mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 04:43:50 +00:00
apps: Fix for Doxygen.
ASTERISK-29740 Change-Id: Icb6fbcfea0a5f1c82caa5001902b6a786adbf307
This commit is contained in:
committed by
George Joseph
parent
47ade30c6b
commit
196c24df22
@@ -174,8 +174,6 @@ struct page_options {
|
||||
*
|
||||
* \param chan Setup bridge profile on this channel.
|
||||
* \param options Options to setup bridge profile.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
static void setup_profile_bridge(struct ast_channel *chan, struct page_options *options)
|
||||
{
|
||||
@@ -192,8 +190,6 @@ static void setup_profile_bridge(struct ast_channel *chan, struct page_options *
|
||||
*
|
||||
* \param chan Setup user profile on this channel.
|
||||
* \param options Options to setup paged user profile.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
static void setup_profile_paged(struct ast_channel *chan, struct page_options *options)
|
||||
{
|
||||
@@ -216,8 +212,6 @@ static void setup_profile_paged(struct ast_channel *chan, struct page_options *o
|
||||
*
|
||||
* \param chan Setup user profile on this channel.
|
||||
* \param options Options to setup caller user profile.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
static void setup_profile_caller(struct ast_channel *chan, struct page_options *options)
|
||||
{
|
||||
|
Reference in New Issue
Block a user