mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
remove documentation of an argument that i did not implement
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@107790 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -90,15 +90,10 @@ static int config_function_read(struct ast_channel *chan, const char *cmd, char
|
|||||||
|
|
||||||
static struct ast_custom_function config_function = {
|
static struct ast_custom_function config_function = {
|
||||||
.name = "AST_CONFIG",
|
.name = "AST_CONFIG",
|
||||||
.syntax = "AST_CONFIG(config_file,category,variable_name[,index])",
|
.syntax = "AST_CONFIG(config_file,category,variable_name)",
|
||||||
.synopsis = "Retrieve a variable from a configuration file",
|
.synopsis = "Retrieve a variable from a configuration file",
|
||||||
.desc =
|
.desc =
|
||||||
" This function reads a variable from an Asterisk configuration file.\n"
|
" This function reads a variable from an Asterisk configuration file.\n"
|
||||||
"The optional index parameter would be used in the case that a variable\n"
|
|
||||||
"exists more than once in a category. The index is zero-based, so an\n"
|
|
||||||
"index of 0 returns the first instance of the variable. Also, if the\n"
|
|
||||||
"word \"count\" in the index field, the number of instances of that\n"
|
|
||||||
"variable will be returned.\n"
|
|
||||||
"",
|
"",
|
||||||
.read = config_function_read,
|
.read = config_function_read,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user