summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2005-02-07 23:12:15 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2005-02-07 23:12:15 +0000
commit3cc0a137e8de9811452b493144c0b0326c66d9e2 (patch)
tree6b63118aac461228220208aa04810797a0aed2c6 /docs
parent8fb5c235ed9412eb0ec745ab8108e6911d9ec568 (diff)
downloadapr-3cc0a137e8de9811452b493144c0b0326c66d9e2.tar.gz
* docs/doxygen.conf: Set CASE_SENSE_NAMES=NO and comment out STRIP_FROM_PATH.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index 69d41c44e..29c2cbf69 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -25,9 +25,10 @@ OPTIMIZE_OUTPUT_FOR_C=YES
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/*" \