diff options
author | ianh <ianh@13f79535-47bb-0310-9956-ffa450edef68> | 2001-08-24 17:55:45 +0000 |
---|---|---|
committer | ianh <ianh@13f79535-47bb-0310-9956-ffa450edef68> | 2001-08-24 17:55:45 +0000 |
commit | 8d799178a2132a1a1fb278836956c194fb8cedb2 (patch) | |
tree | 3fbb5f0f54dc59f2c06985e14a41d4b598007056 /include/apr_want.h | |
parent | 2f8fba1145e7404100830ac32bb192fcd9be7112 (diff) | |
download | libapr-8d799178a2132a1a1fb278836956c194fb8cedb2.tar.gz |
ALL APR Include files (except for Arch specific stuff) now
have Doxygen format headers
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62222 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_want.h')
-rw-r--r-- | include/apr_want.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/apr_want.h b/include/apr_want.h index e8a1c10ce..932b07a96 100644 --- a/include/apr_want.h +++ b/include/apr_want.h @@ -53,8 +53,11 @@ */ #include "apr.h" /* configuration data */ - -/* +/** + * @file apr_want.h + * @brief APR_WANT_XXX documentation + * + * <PRE> * Features: * * APR_WANT_STRFUNC: strcmp, strcat, strcpy, etc @@ -74,6 +77,7 @@ * * Note: it is safe to use this in a header (it won't interfere with other * headers' or source files' use of apr_want.h) + * </PRE> */ /* --------------------------------------------------------------------- */ @@ -154,4 +158,3 @@ #endif /* --------------------------------------------------------------------- */ - |