You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Ian Holsman <ia...@cnet.com> on 2001/08/14 04:36:53 UTC

[DOX] patch for doxygen.conf

Fix title, defines, and make it quiet. (so you only see the important stuff)
Index: docs/doxygen.conf
===================================================================
RCS file: /home/cvspublic/apr/docs/doxygen.conf,v
retrieving revision 1.1
diff -u -r1.1 doxygen.conf
--- docs/doxygen.conf   2001/08/12 05:13:20     1.1
+++ docs/doxygen.conf   2001/08/14 02:31:19
@@ -1,6 +1,7 @@
-PROJECT_NAME=Apache Portable Run-Time
+PROJECT_NAME="Apache Portable Run-Time"

 INPUT=.
+QUIET=YES
 RECURSIVE=YES
 FILE_PATTERNS=*.h

@@ -8,12 +9,14 @@

 MACRO_EXPANSION=YES
 EXPAND_ONLY_PREDEF=YES
-EXPAND_AS_DEFINED=
+#EXPAND_AS_DEFINED=
 # not sure why this doesn't work as EXPAND_AS_DEFINED, it should!
-PREDEFINED=APR_DECLARE(x)=x APR_DECLARE_NONSTD(x)=x \
+PREDEFINED="APR_DECLARE(x)=x" \
+                  "APR_DECLARE_NONSTD(x)=x" \
+                  DOXYGEN=

 OPTIMIZE_OUTPUT_FOR_C=YES