summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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