apps: Fix for Doxygen.

ASTERISK-29740

Change-Id: Icb6fbcfea0a5f1c82caa5001902b6a786adbf307
This commit is contained in:
Alexander Traud
2021-11-15 14:18:02 +01:00
committed by George Joseph
parent 44a9c16e9c
commit 09bac49a01
15 changed files with 67 additions and 117 deletions

View File

@@ -457,8 +457,6 @@ void conf_ended(struct confbridge_conference *conference);
* \brief Update the actual mute status of the user and set it on the bridge.
*
* \param user User to update the mute status.
*
* \return Nothing
*/
void conf_update_user_mute(struct confbridge_user *user);
@@ -466,8 +464,6 @@ void conf_update_user_mute(struct confbridge_user *user);
* \brief Stop MOH for the conference user.
*
* \param user Conference user to stop MOH on.
*
* \return Nothing
*/
void conf_moh_stop(struct confbridge_user *user);
@@ -475,8 +471,6 @@ void conf_moh_stop(struct confbridge_user *user);
* \brief Start MOH for the conference user.
*
* \param user Conference user to start MOH on.
*
* \return Nothing
*/
void conf_moh_start(struct confbridge_user *user);
@@ -487,8 +481,6 @@ void conf_mute_only_active(struct confbridge_conference *conference);
/*! \brief Callback to execute any time we transition from zero to one active users
* \param conference The conference bridge with a single active user joined
* \retval 0 success
* \retval -1 failure
*/
void conf_handle_first_join(struct confbridge_conference *conference);
@@ -702,7 +694,7 @@ int conf_announce_channel_push(struct ast_channel *ast);
* \since 13.22.0
* \since 15.5.0
*
* \param confbridge_name The name to search for
* \param conference_name The name to search for
*
* \return ConfBridge (which must be unreffed) or NULL.
*/