summaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2009-10-28 13:25:49 +0000
committerDaniel Earl Poirier <poirier@apache.org>2009-10-28 13:25:49 +0000
commit04fd4abf90ba53dfdb366c57f68f5adaef932750 (patch)
tree8192a4a34556f461bd06c0f633bfaf542e406c50 /docs/doxygen.conf
parentbdb4326fa5d8f1120c5d72e8d47fe92bc079aff9 (diff)
downloadhttpd-04fd4abf90ba53dfdb366c57f68f5adaef932750.tar.gz
Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.
I added a few more fixes, and there are still more that might need a doxygen expert. PR: 48061 Submitted by: Brad Hards Reviewed by: poirier git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830527 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/doxygen.conf')
-rw-r--r--docs/doxygen.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index 614940f4c6..802a0765e8 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -50,10 +50,13 @@ PREDEFINED="APR_DECLARE(x)=x" \
APR_HAS_USER \
APR_HAS_LARGE_FILES \
APR_HAS_XTHREAD_FILES \
- DOXYGEN= \
- APU_DECLARE_DATA= \
- __pre_nw__= \
- "APU_DECLARE(x)=x"
+ DOXYGEN= \
+ APU_DECLARE_DATA= \
+ __pre_nw__= \
+ "APU_DECLARE(x)=x" \
+ "CACHE_DECLARE(x)=x" \
+ "PROXY_DECLARE(x)=x"
+
OPTIMIZE_OUTPUT_FOR_C=YES