diff options
author | Ben Laurie <ben@apache.org> | 2001-06-17 16:34:14 +0200 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 2001-06-17 16:34:14 +0200 |
commit | 7e5f12306c3e493b597ef1b900c5b51157936ca7 (patch) | |
tree | 95c01ec5b9d256324b43514803b30c42b4c4c126 /docs/doxygen.conf | |
parent | OS/2: Automate export of global variables from core. (diff) | |
download | apache2-7e5f12306c3e493b597ef1b900c5b51157936ca7.tar.xz apache2-7e5f12306c3e493b597ef1b900c5b51157936ca7.zip |
Documentation updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89377 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/doxygen.conf')
-rw-r--r-- | docs/doxygen.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf index 0728567a61..f2051c573c 100644 --- a/docs/doxygen.conf +++ b/docs/doxygen.conf @@ -12,7 +12,7 @@ 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 DOXYGEN + AP_DECLARE_NONSTD(x)=x DOXYGEN APU_DECLARE_DATA APU_DECLARE(x)=x OPTIMIZE_OUTPUT_FOR_C=YES |