]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
- fix some doxygen errors
authorRussell Bryant <russell@russellbryant.com>
Sat, 31 Dec 2005 19:45:30 +0000 (19:45 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sat, 31 Dec 2005 19:45:30 +0000 (19:45 +0000)
- 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

include/asterisk/callerid.h
include/asterisk/channel.h
include/asterisk/doxyref.h
include/asterisk/options.h
say.c

index 45ff8b057f41945ee0cb6c43c5044ffaf7ff77e5..72f5f4276cb4d82bdbf453d2e7b826c5fa1f3d0c 100644 (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,
index 373ab6ac23d6a2bd210a8becc7c17d809e9a6297..6e3a18cade74c134ca0f34ea200adc0086c10cde 100644 (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
index 507e112b37b84c9cec93872c107453c7dbcc9185..85ba26492d835cd40a29054da1005963324e82f5 100644 (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
  */
index 2360083a7e8a4b50649d17c851d15072673ec7c0..4c4031a5a21af4deaae750984029220bffc6d4c1 100644 (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),
diff --git a/say.c b/say.c
index eb294e0fd0853487cb32209f2e64d582771280fe..4878421f91221da52a603657dd81d0ec79017f81 100644 (file)
--- a/say.c
+++ b/say.c
@@ -281,7 +281,7 @@ int ast_say_digits(struct ast_channel *chan, int num, const char *ints, const ch
 
 /* Forward declarations */
 /*! \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
        saying numbers (and in some cases dates and voicemail messages
        as well)