aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asterisk/callerid.h1
-rw-r--r--include/asterisk/channel.h2
-rw-r--r--include/asterisk/doxyref.h2
-rw-r--r--include/asterisk/options.h1
-rw-r--r--say.c2
5 files changed, 4 insertions, 4 deletions
diff --git a/include/asterisk/callerid.h b/include/asterisk/callerid.h
index 45ff8b057..72f5f4276 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 373ab6ac2..6e3a18cad 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 507e112b3..85ba26492 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 2360083a7..4c4031a5a 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 eb294e0fd..4878421f9 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)