Clarify a source comment about configuration template categories.

(closes issue #18578)
Reported by: astmiv
Patches:
      asterisk.main.config.2.patch uploaded by astmiv (license 1189)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@302836 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2011-01-19 23:53:44 +00:00
parent 59b2fbb984
commit 6abfc32125

View File

@@ -947,9 +947,9 @@ static int process_text_line(struct ast_config *cfg, struct ast_category **cat,
* [foo] define a new category named 'foo'
* [foo](!) define a new template category named 'foo'
* [foo](+) append to category 'foo', error if foo does not exist.
* [foo](a) define a new category and inherit from template a.
* You can put a comma-separated list of templates and '!' and '+'
* between parentheses, with obvious meaning.
* [foo](a) define a new category and inherit from category or template a.
* You can put a comma-separated list of categories and templates
* and '!' and '+' between parentheses, with obvious meaning.
*/
struct ast_category *newcat = NULL;
char *catname;