summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-12-31 19:45:30 +0000
committerRussell Bryant <russell@russellbryant.com>2005-12-31 19:45:30 +0000
commitd41c5918b24476d848298b3c3e684e8450bce618 (patch)
treeb55e4e48540e1219cdaf17e7b63d3b7e234fdb60 /include
parent44d8f1e3b40aa1ea5f1e584417d9b112a2ce878e (diff)
- 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
Diffstat (limited to 'include')
-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
4 files changed, 3 insertions, 3 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),