summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-08-12 05:13:20 +0000
committerRyan Bloom <rbb@apache.org>2001-08-12 05:13:20 +0000
commit4d127a685cf762e5c4e8bca17b851c2f3e52f8ad (patch)
tree698e88154f169c64864328b6fb5ff18715d393da /docs
parent61f6cfd73d1cc7958373a78e45003d63130bd822 (diff)
downloadapr-4d127a685cf762e5c4e8bca17b851c2f3e52f8ad.tar.gz
Setup APR to use doxygen instead of ScanDoc.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
new file mode 100644
index 000000000..dbe4b75c8
--- /dev/null
+++ b/docs/doxygen.conf
@@ -0,0 +1,19 @@
+PROJECT_NAME=Apache Portable Run-Time
+
+INPUT=.
+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=APR_DECLARE(x)=x APR_DECLARE_NONSTD(x)=x \
+
+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