mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_ari: Fix for Doxygen.
ASTERISK-29756 Change-Id: I2f1c1eea1c902492b77b74de9950f20ebbb7e758
This commit is contained in:
committed by
Friendly Automation
parent
e27b91d542
commit
5b5a9ea4f0
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user