summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2002-12-01 01:51:02 +0000
committerRyan Bloom <rbb@apache.org>2002-12-01 01:51:02 +0000
commit3684e9adc07a85dfdb3f184c6588307a62f1723f (patch)
tree268c710dcba20f84353ba14af365eb7cc8cb354a /docs
parentf866a62181aebc96c315ca27d491308f7a5bb085 (diff)
downloadapr-3684e9adc07a85dfdb3f184c6588307a62f1723f.tar.gz
Ignore both the test and the include/arch directory. Those are internal
header files, and don't need to be doc'ed in the API docs. This removes some doxygen error messages. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index b741a1aba..36b623264 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -21,3 +21,6 @@ OPTIMIZE_OUTPUT_FOR_C=YES
FULL_PATH_NAMES=YES
# some autoconf guru needs to make configure set this correctly...
STRIP_FROM_PATH=/home/rbb/httpd-2.0/srclib/apr
+
+EXCLUDE_PATTERNS="*/test/*" \
+ "*/arch/*"