[Asterisk-cvs] asterisk/contrib asterisk-ng-doxygen,1.6,1.7
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Mon Jun 6 21:10:57 CDT 2005
Update of /usr/cvsroot/asterisk/contrib
In directory mongoose.digium.com:/tmp/cvs-serv12275/contrib
Modified Files:
asterisk-ng-doxygen
Log Message:
add doxygen docs for file version stuff
make doxygen expand __GNUC__ protected code blocks
make doxygen process include/asterisk.h
Index: asterisk-ng-doxygen
===================================================================
RCS file: /usr/cvsroot/asterisk/contrib/asterisk-ng-doxygen,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- asterisk-ng-doxygen 3 Jun 2005 18:46:58 -0000 1.6
+++ asterisk-ng-doxygen 7 Jun 2005 01:13:23 -0000 1.7
@@ -451,6 +451,7 @@
# with spaces.
INPUT = ./ \
+ include \
include/asterisk \
channels \
funcs \
@@ -962,13 +963,13 @@
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.
-MACRO_EXPANSION = NO
+MACRO_EXPANSION = YES
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
# then the macro expansion is limited to the macros specified with the
# PREDEFINED and EXPAND_AS_PREDEFINED tags.
-EXPAND_ONLY_PREDEF = NO
+EXPAND_ONLY_PREDEF = YES
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
# in the INCLUDE_PATH (see below) will be search if a #include is found.
@@ -996,7 +997,7 @@
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED =
+PREDEFINED = __GNUC__
# 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.
More information about the svn-commits
mailing list