[asterisk-commits] trunk - r7690 in /trunk: ./ include/asterisk/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Dec 31 13:45:33 CST 2005


Author: russell
Date: Sat Dec 31 13:45:30 2005
New Revision: 7690

URL: http://svn.digium.com/view/asterisk?rev=7690&view=rev
Log:
- fix some doxygen errors
- add the flag definitions to the page about global options

Modified:
    trunk/include/asterisk/callerid.h
    trunk/include/asterisk/channel.h
    trunk/include/asterisk/doxyref.h
    trunk/include/asterisk/options.h
    trunk/say.c

Modified: trunk/include/asterisk/callerid.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/callerid.h?rev=7690&r1=7689&r2=7690&view=diff
==============================================================================
--- trunk/include/asterisk/callerid.h (original)
+++ trunk/include/asterisk/callerid.h Sat Dec 31 13:45:30 2005
@@ -286,7 +286,6 @@
 
 	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,

Modified: trunk/include/asterisk/channel.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/channel.h?rev=7690&r1=7689&r2=7690&view=diff
==============================================================================
--- trunk/include/asterisk/channel.h (original)
+++ trunk/include/asterisk/channel.h Sat Dec 31 13:45:30 2005
@@ -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

Modified: trunk/include/asterisk/doxyref.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/doxyref.h?rev=7690&r1=7689&r2=7690&view=diff
==============================================================================
--- trunk/include/asterisk/doxyref.h (original)
+++ trunk/include/asterisk/doxyref.h Sat Dec 31 13:45:30 2005
@@ -126,7 +126,7 @@
  * \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
  */

Modified: trunk/include/asterisk/options.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/options.h?rev=7690&r1=7689&r2=7690&view=diff
==============================================================================
--- trunk/include/asterisk/options.h (original)
+++ trunk/include/asterisk/options.h Sat Dec 31 13:45:30 2005
@@ -30,6 +30,7 @@
 #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),

Modified: trunk/say.c
URL: http://svn.digium.com/view/asterisk/trunk/say.c?rev=7690&r1=7689&r2=7690&view=diff
==============================================================================
--- trunk/say.c (original)
+++ trunk/say.c Sat Dec 31 13:45:30 2005
@@ -281,7 +281,7 @@
 
 /* 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)



More information about the asterisk-commits mailing list