summaryrefslogtreecommitdiff
path: root/include/util_cookies.h
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2010-11-07 13:36:48 +0000
committerDaniel Earl Poirier <poirier@apache.org>2010-11-07 13:36:48 +0000
commitdbd0f3d74af1945193acba963fd1550dcda10cba (patch)
tree2519c6dc23d964465e8f55129ed2a8d607b92c82 /include/util_cookies.h
parent9a326888d3d566d3c6993852b1c36aaf970c290c (diff)
downloadhttpd-dbd0f3d74af1945193acba963fd1550dcda10cba.tar.gz
Tweak some doxygen comments to get these functions to show up in
the right places in the generated doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_cookies.h')
-rw-r--r--include/util_cookies.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/util_cookies.h b/include/util_cookies.h
index 262ff13f15..b46c9bc0de 100644
--- a/include/util_cookies.h
+++ b/include/util_cookies.h
@@ -33,6 +33,8 @@ extern "C" {
* RFC2109 and RFC2965 compliant HTTP cookies can be read from and written
* to using this set of functions.
*
+ * @{
+ *
*/
#include "apr_errno.h"
@@ -125,6 +127,10 @@ AP_DECLARE(apr_status_t) ap_cookie_read(request_rec * r, const char *name, const
*/
AP_DECLARE(apr_status_t) ap_cookie_check_string(const char *string);
+/**
+ * @}
+ */
+
#ifdef __cplusplus
}
#endif