mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
various doxygen fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26170 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
pbx.c
4
pbx.c
@@ -173,7 +173,7 @@ struct ast_context {
|
||||
struct ast_app {
|
||||
int (*execute)(struct ast_channel *chan, void *data);
|
||||
const char *synopsis; /*!< Synopsis text for 'show applications' */
|
||||
const char *description; /*!< Description (help text) for 'show application <name>' */
|
||||
const char *description; /*!< Description (help text) for 'show application <name>' */
|
||||
AST_LIST_ENTRY(ast_app) list; /*!< Next app in list */
|
||||
struct module *module; /*!< Module this app belongs to */
|
||||
char name[0]; /*!< Name of the application */
|
||||
@@ -1230,7 +1230,7 @@ int ast_custom_function_register(struct ast_custom_function *acf)
|
||||
}
|
||||
|
||||
/*! \brief return a pointer to the arguments of the function,
|
||||
* and terminates the function name with '\0'
|
||||
* and terminates the function name with '\\0'
|
||||
*/
|
||||
static char *func_args(char *function)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user