summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2002-05-08 21:05:59 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2002-05-08 21:05:59 +0000
commit3edb7dab02c065e8a9996f803e512459e7467c69 (patch)
treeef79b6aaf4843aa2cc839073252d0dce48986090 /docs
parentf9929fbab02a35cb19de39f7a49360f43119f486 (diff)
downloadlibapr-util-3edb7dab02c065e8a9996f803e512459e7467c69.tar.gz
It'd be nice if we were using Doxygen on APR-Util as well. here's a start.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58612 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
new file mode 100644
index 00000000..312ae415
--- /dev/null
+++ b/docs/doxygen.conf
@@ -0,0 +1,23 @@
+PROJECT_NAME="Apache Portable Runtime Utility Library"
+
+INPUT=.
+QUIET=YES
+RECURSIVE=YES
+FILE_PATTERNS=*.h
+
+OUTPUT_DIRECTORY=docs/dox
+
+MACRO_EXPANSION=YES
+EXPAND_ONLY_PREDEF=YES
+#EXPAND_AS_DEFINED=
+# not sure why this doesn't work as EXPAND_AS_DEFINED, it should!
+PREDEFINED="APU_DECLARE(x)=x" \
+ "APU_DECLARE_NONSTD(x)=x" \
+ "APR_HAS_THREADS" \
+ DOXYGEN=
+
+OPTIMIZE_OUTPUT_FOR_C=YES
+
+FULL_PATH_NAMES=YES
+# some autoconf guru needs to make configure set this correctly...
+STRIP_FROM_PATH=/root/apache/httpd-2.0-8/srclib/apr-util