From d41c5918b24476d848298b3c3e684e8450bce618 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Sat, 31 Dec 2005 19:45:30 +0000
Subject: [PATCH] - 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
---
 include/asterisk/callerid.h | 1 -
 include/asterisk/channel.h  | 2 +-
 include/asterisk/doxyref.h  | 2 +-
 include/asterisk/options.h  | 1 +
 say.c                       | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/asterisk/callerid.h b/include/asterisk/callerid.h
index 45ff8b057f..72f5f4276c 100644
--- a/include/asterisk/callerid.h
+++ b/include/asterisk/callerid.h
@@ -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,
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 373ab6ac23..6e3a18cade 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -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
diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h
index 507e112b37..85ba26492d 100644
--- a/include/asterisk/doxyref.h
+++ b/include/asterisk/doxyref.h
@@ -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
  */
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 2360083a7e..4c4031a5a2 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),
diff --git a/say.c b/say.c
index eb294e0fd0..4878421f91 100644
--- 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)
-- 
GitLab