res: Fix for Doxygen.

These are the remaining issues found in /res.

ASTERISK-29761

Change-Id: I572e6019c422780dde5ce8448b6c85c77af6046d
This commit is contained in:
Alexander Traud
2021-11-19 10:11:08 +01:00
committed by Friendly Automation
parent 3162f6dfdd
commit 14736ae6d4
32 changed files with 104 additions and 147 deletions

View File

@@ -679,8 +679,8 @@ static int add_mwi_datastore(struct mwi_subscription *sub)
* \param container The ao2_container to search
* \param endpoint The endpoint to find
* \param mailbox The mailbox potentially subscribed
* \param mwi_sub [out] May contain the located mwi_subscription
* \param mwi_stasis [out] May contain the located mwi_stasis_subscription
* \param[out] mwi_sub May contain the located mwi_subscription
* \param[out] mwi_stasis May contain the located mwi_stasis_subscription
*
* \retval 1 if a subscription was located, 0 otherwise
*/