- fix some doxygen errors

- add the flag definitions to the page about global options


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7690 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-12-31 19:45:30 +00:00
parent 44d8f1e3b4
commit d41c5918b2
5 changed files with 4 additions and 4 deletions

View File

@@ -286,7 +286,6 @@ const char *ast_describe_caller_presentation(int data);
The following values are available to use:
\arg \b Defined value, text string in config file, explanation
.
\arg \b AST_PRES_ALLOWED_USER_NUMBER_NOT_SCREENED, "allowed_not_screened", Presentation Allowed, Not Screened,
\arg \b AST_PRES_ALLOWED_USER_NUMBER_PASSED_SCREEN, "allowed_passed_screen", Presentation Allowed, Passed Screen,

View File

@@ -47,8 +47,8 @@
-# The dial plan forces Asterisk to create an outbound
call somewhere with the dial (see \ref app_dial.c)
application
.
\par Bridging channels
If Asterisk dials out this happens:
-# Dial creates an outbound PBX channel and asks one of the

View File

@@ -126,7 +126,7 @@ DUNDi is not itself a Voice-over IP signaling or media protocol. Instead, it pub
* \section enumreadme ENUM
* \arg Configuration: \ref Config_enum
* \arg \ref enum.c
* \arg \ref app_enumlookup.c
* \arg \ref func_enum.c
*
* \verbinclude README.enum
*/

View File

@@ -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),