res_ari: Fix for Doxygen.

ASTERISK-29756

Change-Id: I2f1c1eea1c902492b77b74de9950f20ebbb7e758
This commit is contained in:
Alexander Traud
2021-11-17 13:18:32 +01:00
committed by Friendly Automation
parent e27b91d542
commit 5b5a9ea4f0
20 changed files with 405 additions and 353 deletions

View File

@@ -147,7 +147,7 @@ static int channel_state_invalid(struct stasis_app_control *control,
* \param[out] response Response to fill with an error if control is not found.
* \param channel_id ID of the channel to lookup.
* \return Channel control object.
* \return \c NULL if control object does not exist.
* \retval NULL if control object does not exist.
*/
static struct stasis_app_control *find_control(
struct ast_ari_response *response,
@@ -1726,8 +1726,8 @@ struct ast_datastore_info dialstring_info = {
*
* \param chan The channel on which to save the dialstring
* \param dialstring The dialstring to save
* \retval 0 SUCCESS!
* \reval -1 Failure :(
* \retval 0 on success.
* \retval -1 on error.
*/
static int save_dialstring(struct ast_channel *chan, const char *dialstring)
{