summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-12-08 22:59:46 +0100
committerStefan Fritsch <sf@apache.org>2010-12-08 22:59:46 +0100
commitce6e4de41a077922dde16b52ffb0629016cc1665 (patch)
treeac255e77f7d0ebb31c3aa8ef197a3c4e6c3dad71 /include
parentuse <directive> instead of <code> (diff)
downloadapache2-ce6e4de41a077922dde16b52ffb0629016cc1665.tar.xz
apache2-ce6e4de41a077922dde16b52ffb0629016cc1665.zip
Fix some doxygen warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1043710 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_expr.h7
-rw-r--r--include/util_filter.h4
2 files changed, 9 insertions, 2 deletions
diff --git a/include/ap_expr.h b/include/ap_expr.h
index 7243752746..c35414ec19 100644
--- a/include/ap_expr.h
+++ b/include/ap_expr.h
@@ -17,6 +17,10 @@
/**
* @file ap_expr.h
* @brief Expression parser
+ *
+ * @defgroup AP_EXPR ap_expr
+ * @ingroup APACHE_CORE
+ * @{
*/
#ifndef AP_EXPR_H
@@ -252,6 +256,8 @@ AP_DECLARE(const char *) ap_expr_parse(apr_pool_t *pool, apr_pool_t *ptemp,
* @param cmd The cmd_parms struct
* @param expr The expression string to parse
* @param err Set to NULL on success, error message on error
+ * @param lookup_fn The lookup function used to lookup vars, functions, and
+ * operators
* @return The parsed expression
*/
AP_DECLARE(ap_expr_info_t *) ap_expr_parse_cmd(const cmd_parms *cmd,
@@ -270,3 +276,4 @@ void ap_expr_init(apr_pool_t *pool);
#endif
#endif /* AP_EXPR_H */
+/** @} */
diff --git a/include/util_filter.h b/include/util_filter.h
index 70f8191a86..449889d1a6 100644
--- a/include/util_filter.h
+++ b/include/util_filter.h
@@ -324,7 +324,7 @@ AP_DECLARE(apr_status_t) ap_pass_brigade(ap_filter_t *filter,
* @param filter_func The filter function to name
* @param filter_init The function to call before the filter handlers
are invoked
- * @param ftype The type of filter function, either ::AP_FTYPE_CONTENT or
+ * @param ftype The type of filter function, either ::AP_FTYPE_CONTENT_SET or
* ::AP_FTYPE_CONNECTION
* @see add_input_filter()
*/
@@ -354,7 +354,7 @@ AP_DECLARE(ap_filter_rec_t *) ap_register_output_filter(const char *name,
* @param filter_func The filter function to name
* @param filter_init The function to call before the filter handlers
* are invoked
- * @param ftype The type of filter function, either ::AP_FTYPE_CONTENT or
+ * @param ftype The type of filter function, either ::AP_FTYPE_CONTENT_SET or
* ::AP_FTYPE_CONNECTION
* @param proto_flags Protocol flags: logical OR of AP_FILTER_PROTO_* bits
* @return the filter rec