mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Fix up some doxygen issues.
(closes issue #11996) Patches: bug_11996_doxygen.diff uploaded by snuffy (license 35) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -907,9 +907,11 @@ static void config_cache_attribute(const char *configfile, enum config_cache_att
|
||||
}
|
||||
|
||||
/*! \brief parse one line in the configuration.
|
||||
* \verbatim
|
||||
* We can have a category header [foo](...)
|
||||
* a directive #include / #exec
|
||||
* or a regular line name = value
|
||||
* \endverbatim
|
||||
*/
|
||||
static int process_text_line(struct ast_config *cfg, struct ast_category **cat,
|
||||
char *buf, int lineno, const char *configfile, struct ast_flags flags,
|
||||
|
||||
Reference in New Issue
Block a user