mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 22:08:28 +00:00
re-doxygen some comments
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@89462 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -183,9 +183,10 @@ enum ast_module_flags {
|
|||||||
|
|
||||||
struct ast_module_info {
|
struct ast_module_info {
|
||||||
|
|
||||||
/* The 'self' pointer for a module; it will be set by the loader before
|
/*!
|
||||||
it calls the module's load_module() entrypoint, and used by various
|
* The 'self' pointer for a module; it will be set by the loader before
|
||||||
other macros that need to identify the module.
|
* it calls the module's load_module() entrypoint, and used by various
|
||||||
|
* other macros that need to identify the module.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct ast_module *self;
|
struct ast_module *self;
|
||||||
@@ -203,7 +204,9 @@ struct ast_module_info {
|
|||||||
|
|
||||||
const char *key;
|
const char *key;
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
const char buildopt_sum[33]; /* The value of AST_BUILDOPT_SUM when this module was compiled */
|
|
||||||
|
/*! The value of AST_BUILDOPT_SUM when this module was compiled */
|
||||||
|
const char buildopt_sum[33];
|
||||||
};
|
};
|
||||||
|
|
||||||
void ast_module_register(const struct ast_module_info *);
|
void ast_module_register(const struct ast_module_info *);
|
||||||
|
|||||||
Reference in New Issue
Block a user