diff --git a/include/asterisk/callerid.h b/include/asterisk/callerid.h
index 45ff8b057f41945ee0cb6c43c5044ffaf7ff77e5..72f5f4276cb4d82bdbf453d2e7b826c5fa1f3d0c 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 373ab6ac23d6a2bd210a8becc7c17d809e9a6297..6e3a18cade74c134ca0f34ea200adc0086c10cde 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 507e112b37b84c9cec93872c107453c7dbcc9185..85ba26492d835cd40a29054da1005963324e82f5 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 2360083a7e8a4b50649d17c851d15072673ec7c0..4c4031a5a21af4deaae750984029220bffc6d4c1 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 eb294e0fd0853487cb32209f2e64d582771280fe..4878421f91221da52a603657dd81d0ec79017f81 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)