mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user