diff options
author | Ben Laurie <ben@apache.org> | 2001-03-12 00:24:56 +0100 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 2001-03-12 00:24:56 +0100 |
commit | e49204885521e1b6d2b6e77ab0260e6593f72b5e (patch) | |
tree | c4f65d3422d0f6d61ae0f5a39bfa2347ac13d690 /docs/doxygen.conf | |
parent | Bring forward the suexec umask setting option from 1.3, and (diff) | |
download | apache2-e49204885521e1b6d2b6e77ab0260e6593f72b5e.tar.xz apache2-e49204885521e1b6d2b6e77ab0260e6593f72b5e.zip |
More doxygenation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/doxygen.conf')
-rw-r--r-- | docs/doxygen.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf index 41a6e9c4ee..cf3da69b28 100644 --- a/docs/doxygen.conf +++ b/docs/doxygen.conf @@ -9,5 +9,11 @@ OUTPUT_DIRECTORY=docs/dox MACRO_EXPANSION=YES EXPAND_ONLY_PREDEF=YES EXPAND_AS_DEFINED=AP_DECLARE +# 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=/usr/home/ben/work/httpd-2.0 |