You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2005/02/08 00:12:17 UTC

svn commit: r151769 - apr/apr/trunk/docs/doxygen.conf

Author: jerenkrantz
Date: Mon Feb  7 15:12:15 2005
New Revision: 151769

URL: http://svn.apache.org/viewcvs?view=rev&rev=151769
Log:
* docs/doxygen.conf: Set CASE_SENSE_NAMES=NO and comment out STRIP_FROM_PATH.

Modified:
    apr/apr/trunk/docs/doxygen.conf

Modified: apr/apr/trunk/docs/doxygen.conf
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/docs/doxygen.conf?view=diff&r1=151768&r2=151769
==============================================================================
--- apr/apr/trunk/docs/doxygen.conf (original)
+++ apr/apr/trunk/docs/doxygen.conf Mon Feb  7 15:12:15 2005
@@ -25,9 +25,10 @@
 STRIP_CODE_COMMENTS=NO
 
 FULL_PATH_NAMES=NO
+CASE_SENSE_NAMES=NO
 # some autoconf guru needs to make configure set this correctly...
 # in the meantime, simply listing the headers should be alright
-STRIP_FROM_PATH=/buildpath/apr
+#STRIP_FROM_PATH=/buildpath/apr
 
 EXCLUDE_PATTERNS="*/acconfig.h" \
                  "*/test/*" \