summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBojan Smojver <bojan@apache.org>2009-07-16 04:52:56 +0000
committerBojan Smojver <bojan@apache.org>2009-07-16 04:52:56 +0000
commita8a38fa8c6aee51481b3f93ebc6c0a7dbc385191 (patch)
tree0c1c98ecda582dad96c430c26da47dc11375a87e /docs
parentca371098d7183a23cea08a7605d9a95926864a0a (diff)
downloadapr-a8a38fa8c6aee51481b3f93ebc6c0a7dbc385191.tar.gz
Convert various APU_DECLARE into APR_DECLARE.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@794523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen.conf5
-rw-r--r--docs/win32_builds.html2
2 files changed, 2 insertions, 5 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index cedf94d00..cfdf1288a 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -13,16 +13,13 @@ EXPAND_ONLY_PREDEF=YES
# not sure why this doesn't work as EXPAND_AS_DEFINED, it should!
PREDEFINED="APR_DECLARE(x)=x" \
"APR_DECLARE_NONSTD(x)=x" \
+ "APR_DECLARE_LDAP(x)=x" \
"APR_DECLARE_DATA" \
"APR_POOL_DECLARE_ACCESSOR(x)=apr_pool_t* apr_##x##_pool_get (const apr_##x##_t *the##x)" \
"APR_DECLARE_INHERIT_SET(x)=apr_status_t apr_##x##_inherit_set(apr_##x##_t *the##x)" \
"APR_DECLARE_INHERIT_UNSET(x)=apr_status_t apr_##x##_inherit_unset(apr_##x##_t *the##x)" \
"APR_HAS_THREADS" \
- "APU_DECLARE(x)=x" \
- "APU_DECLARE_NONSTD(x)=x" \
- "APU_DECLARE_DATA" \
"APU_MODULE_DECLARE_DATA" \
- "APU_DECLARE_LDAP(x)=x" \
"APR_HAS_MMAP" \
"APR_HAS_XLATE" \
"__attribute__(x)=" \
diff --git a/docs/win32_builds.html b/docs/win32_builds.html
index ad57d8e13..c83582982 100644
--- a/docs/win32_builds.html
+++ b/docs/win32_builds.html
@@ -13,7 +13,7 @@
<dt>apr/libapr.dsp</dt>
<dd>Builds the dynamic libapr.dll library (no define required)</dd>
<dt>apr-util/aprutil.dsp</dt>
- <dd>Builds the static aprutil.lib library (-D APU_DECLARE_STATIC)</dd>
+ <dd>Builds the static aprutil.lib library (-D APR_DECLARE_STATIC)</dd>
<dt>apr-util/libaprutil.dsp</dt>
<dd>Builds the dynamic libaprutil.dll library (no define required)</dd>
<dt>apr-iconv/apriconv.dsp</dt>