summaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doxygen.conf')
-rw-r--r--docs/doxygen.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
deleted file mode 100644
index ff55bc59bf..0000000000
--- a/docs/doxygen.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-PROJECT_NAME=Apache
-
-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 \
- AP_DECLARE_HOOK(ret,name,args)="ret name args" AP_DECLARE(x)=x \
- AP_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=/usr/home/ben/work/httpd-2.0