Skip to content
Snippets Groups Projects
Commit 7a456987 authored by Olle Johansson's avatar Olle Johansson
Browse files

Doxygen formatting

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32971 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent fbfe588e
Branches
Tags
No related merge requests found
...@@ -50,31 +50,20 @@ extern char ast_config_AST_CTL_GROUP[AST_CONFIG_MAX_PATH]; ...@@ -50,31 +50,20 @@ extern char ast_config_AST_CTL_GROUP[AST_CONFIG_MAX_PATH];
extern char ast_config_AST_CTL[AST_CONFIG_MAX_PATH]; extern char ast_config_AST_CTL[AST_CONFIG_MAX_PATH];
extern char ast_config_AST_SYSTEM_NAME[20]; extern char ast_config_AST_SYSTEM_NAME[20];
/* Provided by asterisk.c */ int ast_set_priority(int); /*!< Provided by asterisk.c */
int ast_set_priority(int); int load_modules(const int preload_only); /*!< Provided by module.c */
/* Provided by module.c */ int load_pbx(void); /*!< Provided by pbx.c */
int load_modules(const int preload_only); int init_logger(void) /*!< Provided by logger.c */;
/* Provided by pbx.c */ void close_logger(void) /*!< Provided by logger.c */;
int load_pbx(void); int reload_logger(int); /*!< Provided by logger.c */
/* Provided by logger.c */ int init_framer(void); /*!< Provided by frame.c */
int init_logger(void); int term_init(void); /*!< Provided by term.c */
void close_logger(void); int astdb_init(void); /*!< Provided by db.c */
/* Provided by frame.c */ void ast_channels_init(void); /*!< Provided by channel.c */
int init_framer(void); void ast_builtins_init(void); /*!< Provided by cli.c */
/* Provided by logger.c */ int dnsmgr_init(void); /*!< Provided by dnsmgr.c */
int reload_logger(int); void dnsmgr_start_refresh(void); /*!< Provided by dnsmgr.c */
/* Provided by term.c */ int dnsmgr_reload(void); /*!< Provided by dnsmgr.c */
int term_init(void);
/* Provided by db.c */
int astdb_init(void);
/* Provided by channel.c */
void ast_channels_init(void);
/* Provided by cli.c */
void ast_builtins_init(void);
/* Provided by dnsmgr.c */
int dnsmgr_init(void);
void dnsmgr_start_refresh(void);
int dnsmgr_reload(void);
/*! /*!
* \brief Reload asterisk modules. * \brief Reload asterisk modules.
...@@ -130,6 +119,7 @@ void ast_unregister_file_version(const char *file); ...@@ -130,6 +119,7 @@ void ast_unregister_file_version(const char *file);
/*! /*!
* \brief support for event profiling * \brief support for event profiling
*
* (note, this must be documented a lot more) * (note, this must be documented a lot more)
* ast_add_profile allocates a generic 'counter' with a given name, * ast_add_profile allocates a generic 'counter' with a given name,
* which can be shown with the command 'show profile <name>' * which can be shown with the command 'show profile <name>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment