diff options
author | Ian Holsman <ianh@apache.org> | 2005-08-28 23:03:59 +0000 |
---|---|---|
committer | Ian Holsman <ianh@apache.org> | 2005-08-28 23:03:59 +0000 |
commit | 8c1e315d3f23dd93529fd9605da571c4af9dfbf6 (patch) | |
tree | a328c4fb500e40c2f642aee3561f334387760c9f /include/ap_compat.h | |
parent | 3e168404bcb873ae5f50ea5ef5f365f0dc657b40 (diff) | |
download | httpd-8c1e315d3f23dd93529fd9605da571c4af9dfbf6.tar.gz |
Doxygen fixup / cleanup
submited by: Neale Ranns neale ranns.org
reviewed by: Ian Holsman
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@263931 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_compat.h')
-rw-r--r-- | include/ap_compat.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ap_compat.h b/include/ap_compat.h index 4c25b0ad9d..93edd6af51 100644 --- a/include/ap_compat.h +++ b/include/ap_compat.h @@ -14,6 +14,11 @@ * limitations under the License. */ +/** + * @file ap_compat.h + * @brief Redefine Apache 1.3 symbols + */ + #ifndef AP_COMPAT_H #define AP_COMPAT_H |