summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-01 01:51:02 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-01 01:51:02 +0000
commitf8442bb12607037a243a9a9b2adf2d6070761cd6 (patch)
tree268c710dcba20f84353ba14af365eb7cc8cb354a /docs
parent2e558a90bff919484f1f2c79f8e92efac0d94afc (diff)
downloadlibapr-f8442bb12607037a243a9a9b2adf2d6070761cd6.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: http://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/*"