mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
main: Fix for Doxygen.
ASTERISK-29763 Change-Id: Ib8359e3590a9109eb04a5376559d040e5e21867e
This commit is contained in:
committed by
Friendly Automation
parent
8d0852552b
commit
edaf3a6c77
@@ -254,7 +254,7 @@ free_docs:
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/*!
|
||||
* \brief 'show application' CLI command implementation function...
|
||||
*/
|
||||
static char *handle_show_application(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
|
||||
@@ -465,7 +465,7 @@ const char *app_name(struct ast_app *app)
|
||||
return app->name;
|
||||
}
|
||||
|
||||
/*
|
||||
/*!
|
||||
\note This function is special. It saves the stack so that no matter
|
||||
how many times it is called, it returns to the same place */
|
||||
int pbx_exec(struct ast_channel *c, /*!< Channel */
|
||||
|
Reference in New Issue
Block a user