mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 06:49:40 +00:00
apps: Fix for Doxygen.
ASTERISK-29740 Change-Id: Icb6fbcfea0a5f1c82caa5001902b6a786adbf307
This commit is contained in:
committed by
George Joseph
parent
47ade30c6b
commit
196c24df22
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user