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
* RFC2109 and RFC2965 compliant HTTP cookies can be read from and written
* to using this set of functions.
*
+ * @{
+ *
*/
#include "apr_errno.h"
*/
AP_DECLARE(apr_status_t) ap_cookie_check_string(const char *string);
+/**
+ * @}
+ */
+
#ifdef __cplusplus
}
#endif
* stream" marker into the filter chain. The filters will use this to flush
* out any internal state and to detect incomplete syntax (for example, an
* unterminated SSI directive).
+ *
+ * @{
*/
/* forward declare the filter type */
/** Filter is incompatible with "Cache-Control: no-transform" */
#define AP_FILTER_PROTO_TRANSFORM 0x20
+/**
+ * @}
+ */
+
#ifdef __cplusplus
}
#endif