aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/options.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-31 19:45:30 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-31 19:45:30 +0000
commitc92403c4798c56013b7df7d00a69a9128896327a (patch)
treeb55e4e48540e1219cdaf17e7b63d3b7e234fdb60 /include/asterisk/options.h
parente030af0394a75aa7abbc8cb1f4776f4ea292a7d8 (diff)
- fix some doxygen errors
- add the flag definitions to the page about global options git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7690 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/options.h')
-rw-r--r--include/asterisk/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 2360083a7..4c4031a5a 100644
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -30,6 +30,7 @@ extern "C" {
#define AST_CACHE_DIR_LEN 512
#define AST_FILENAME_MAX 80
+/*! \ingroup main_options */
enum ast_option_flags {
/*! Allow \#exec in config files */
AST_OPT_FLAG_EXEC_INCLUDES = (1 << 0),