Update of /cvsroot/libfunutil/libfunutil/doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv4838/doc/api
Modified Files:
Doxyfile.in
Log Message:
predefined two macros, HAVE_CONFIG_H and one for the toolbox stuff.
Index: Doxyfile.in
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/doc/api/Doxyfile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Doxyfile.in 28 Aug 2003 12:35:22 -0000 1.5
+++ Doxyfile.in 14 Oct 2003 03:12:24 -0000 1.6
@@ -311,7 +311,7 @@
# Also, really we should feed doxygen the list of source files we actually
# build (if we can get it from the makefiles) rather than having to exclude
# the crap which isn't worth building, below.
-INPUT = ../../include/fun index.txt
+INPUT = @top_includesdir@/fun @top_includesdir@/s11n @top_includesdir@/toolbox index.txt
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -702,13 +702,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.
@@ -734,7 +734,8 @@
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED =
+PREDEFINED = ZSTREAM_NAMESPACE=toolbox HAVE_CONFIG_H=1
+
# If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.
|