[svn-commits] russell: trunk r180641 - /trunk/contrib/asterisk-ng-doxygen

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Mar 7 09:36:05 CST 2009


Author: russell
Date: Sat Mar  7 09:36:00 2009
New Revision: 180641

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=180641
Log:
Make some minor updates to the doxygen configuration

- add bridges directory to be processed
- add some res/ subdirs
- alphabetize subdirs
- use consistent indentation

Modified:
    trunk/contrib/asterisk-ng-doxygen

Modified: trunk/contrib/asterisk-ng-doxygen
URL: http://svn.digium.com/svn-view/asterisk/trunk/contrib/asterisk-ng-doxygen?view=diff&rev=180641&r1=180640&r2=180641
==============================================================================
--- trunk/contrib/asterisk-ng-doxygen (original)
+++ trunk/contrib/asterisk-ng-doxygen Sat Mar  7 09:36:00 2009
@@ -464,20 +464,24 @@
 # with spaces.
 
 INPUT                  = ./ \
-                         main \
+                         agi \
+                         apps \
+                         bridges \
+                         cdr \
+                         channels \
+                         channels/misdn \
+                         codecs \
+                         formats \
+                         funcs \
                          include \
                          include/asterisk \
-                         channels \
-                         channels/misdn \
-                         funcs \
+                         main \
                          main/stdtime \
-                         apps \
-                         cdr \
-                         codecs \
-                         formats \
                          pbx \
-                         agi \
-                         res
+                         res \
+                         res/ael \
+                         res/ais \
+                         res/snmp
 
 # This tag can be used to specify the character encoding of the source files that 
 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default 
@@ -1048,8 +1052,8 @@
 # instead of the = operator.
 
 PREDEFINED             = \
-			__GNUC__ \
-			__attribute__(x)=
+            __GNUC__ \
+            __attribute__(x)=
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded. 
@@ -1057,51 +1061,51 @@
 # Use the PREDEFINED tag if you want to use a different macro definition.
 
 EXPAND_AS_DEFINED      = \
-			AST_INLINE_API \
-			AST_DECLARE_STRING_FIELDS \
-			AST_STRING_FIELD \
-			AST_THREADSTORAGE \
-			AST_THREADSTORAGE_CUSTOM \
-			AST_MODULE_INFO \
-			AST_MODULE_INFO_STANDARD \
-			__AST_MUTEX_DEFINE \
-			AST_MUTEX_DEFINE_STATIC \
-			AST_MUTEX_DEFINE_STATIC_NOTRACKING \
-			__AST_RWLOCK_DEFINE \
-			AST_RWLOCK_DEFINE_STATIC \
-			AST_LIST_HEAD \
-			AST_RWLIST_HEAD \
-			AST_LIST_HEAD_NOLOCK \
-			AST_LIST_HEAD_STATIC \
-			AST_RWLIST_HEAD_STATIC \
-			AST_LIST_HEAD_NOLOCK_STATIC \
-			AST_LIST_ENTRY \
-			AST_RWLIST_ENTRY \
-			__ASTOBJ_HASH \
-			ASTOBJ_COMPONENTS_NOLOCK_FULL \
-			ASTOBJ_COMPONENTS_NOLOCK \
-			ASTOBJ_COMPONENTS_FULL \
-			ASTOBJ_COMPONENTS \
-			AST_IVR_DECLARE_MENU \
-			AST_DECLARE_APP_ARGS \
-			AST_DEFINE_APP_ARGS_TYPE \
-			AST_APP_ARG \
-			BEGIN_OPTIONS \
-			END_OPTIONS \
-			AST_APP_OPTIONS \
-			AST_APP_OPTION \
-			AST_APP_OPTION_ARG \
-			AST_DLLIST_HEAD \
-			AST_DLLIST_HEAD_STATIC \
-			AST_DLLIST_HEAD_NOLOCK \
-			AST_DLLIST_HEAD_NOLOCK_STATIC \
-			AST_RWDLLIST_HEAD \
-			AST_RWDLLIST_HEAD_STATIC \
-			AST_DLLIST_ENTRY \
-			AST_RWDLLIST_ENTRY \
-			AST_CLI_DEFINE \
-			AST_OPTIONAL_API \
-			AST_OPTIONAL_API_ATTR
+            AST_INLINE_API \
+            AST_DECLARE_STRING_FIELDS \
+            AST_STRING_FIELD \
+            AST_THREADSTORAGE \
+            AST_THREADSTORAGE_CUSTOM \
+            AST_MODULE_INFO \
+            AST_MODULE_INFO_STANDARD \
+            __AST_MUTEX_DEFINE \
+            AST_MUTEX_DEFINE_STATIC \
+            AST_MUTEX_DEFINE_STATIC_NOTRACKING \
+            __AST_RWLOCK_DEFINE \
+            AST_RWLOCK_DEFINE_STATIC \
+            AST_LIST_HEAD \
+            AST_RWLIST_HEAD \
+            AST_LIST_HEAD_NOLOCK \
+            AST_LIST_HEAD_STATIC \
+            AST_RWLIST_HEAD_STATIC \
+            AST_LIST_HEAD_NOLOCK_STATIC \
+            AST_LIST_ENTRY \
+            AST_RWLIST_ENTRY \
+            __ASTOBJ_HASH \
+            ASTOBJ_COMPONENTS_NOLOCK_FULL \
+            ASTOBJ_COMPONENTS_NOLOCK \
+            ASTOBJ_COMPONENTS_FULL \
+            ASTOBJ_COMPONENTS \
+            AST_IVR_DECLARE_MENU \
+            AST_DECLARE_APP_ARGS \
+            AST_DEFINE_APP_ARGS_TYPE \
+            AST_APP_ARG \
+            BEGIN_OPTIONS \
+            END_OPTIONS \
+            AST_APP_OPTIONS \
+            AST_APP_OPTION \
+            AST_APP_OPTION_ARG \
+            AST_DLLIST_HEAD \
+            AST_DLLIST_HEAD_STATIC \
+            AST_DLLIST_HEAD_NOLOCK \
+            AST_DLLIST_HEAD_NOLOCK_STATIC \
+            AST_RWDLLIST_HEAD \
+            AST_RWDLLIST_HEAD_STATIC \
+            AST_DLLIST_ENTRY \
+            AST_RWDLLIST_ENTRY \
+            AST_CLI_DEFINE \
+            AST_OPTIONAL_API \
+            AST_OPTIONAL_API_ATTR
 
 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
 # doxygen's preprocessor will remove all function-like macros that are alone 




More information about the svn-commits mailing list