- 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
1.4
Russell Bryant 20 years ago
parent 44d8f1e3b4
commit d41c5918b2

@ -286,7 +286,6 @@ const char *ast_describe_caller_presentation(int data);
The following values are available to use: The following values are available to use:
\arg \b Defined value, text string in config file, explanation \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_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, \arg \b AST_PRES_ALLOWED_USER_NUMBER_PASSED_SCREEN, "allowed_passed_screen", Presentation Allowed, Passed Screen,

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

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

@ -30,6 +30,7 @@ extern "C" {
#define AST_CACHE_DIR_LEN 512 #define AST_CACHE_DIR_LEN 512
#define AST_FILENAME_MAX 80 #define AST_FILENAME_MAX 80
/*! \ingroup main_options */
enum ast_option_flags { enum ast_option_flags {
/*! Allow \#exec in config files */ /*! Allow \#exec in config files */
AST_OPT_FLAG_EXEC_INCLUDES = (1 << 0), AST_OPT_FLAG_EXEC_INCLUDES = (1 << 0),

@ -281,7 +281,7 @@ int ast_say_digits(struct ast_channel *chan, int num, const char *ints, const ch
/* Forward declarations */ /* Forward declarations */
/*! \page Def_syntaxlang Asterisk Language Syntaxes supported /*! \page Def_syntaxlang Asterisk Language Syntaxes supported
\not Not really language codes. \note Not really language codes.
For these language codes, Asterisk will change the syntax when For these language codes, Asterisk will change the syntax when
saying numbers (and in some cases dates and voicemail messages saying numbers (and in some cases dates and voicemail messages
as well) as well)

Loading…
Cancel
Save