From d0b71b4dc4db3baefc13a3c456ff996f3d35e10c Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Thu, 27 Jun 2002 05:32:20 +0000 Subject: [PATCH] Fix doxygen comments and add a missing line-feed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95898 13f79535-47bb-0310-9956-ffa450edef68 --- include/util_filter.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/util_filter.h b/include/util_filter.h index 4f3ac0e15d..88f0587947 100644 --- a/include/util_filter.h +++ b/include/util_filter.h @@ -366,7 +366,7 @@ AP_DECLARE(ap_filter_t *) ap_add_input_filter(const char *name, void *ctx, * Variant of ap_add_input_filter() that accepts a registered filter handle * (as returned by ap_register_input_filter()) rather than a filter name * - * @param name The filter to add + * @param f The filter handle to add * @param ctx Context data to provide to the filter * @param r The request to add this filter for (or NULL if it isn't associated with a request) * @param c The connection to add the fillter for @@ -398,7 +398,7 @@ AP_DECLARE(ap_filter_t *) ap_add_output_filter(const char *name, void *ctx, * Variant of ap_add_output_filter() that accepts a registered filter handle * (as returned by ap_register_output_filter()) rather than a filter name * - * @param name The filter to add + * @param f The filter handle to add * @param r The request to add this filter for (or NULL if it isn't associated with a request) * @param c The connection to add the fillter for */ @@ -406,6 +406,7 @@ AP_DECLARE(ap_filter_t *) ap_add_output_filter_handle(ap_filter_rec_t *f, void *ctx, request_rec *r, conn_rec *c); + /** * Returns the filter handle for use with ap_add_output_filter_handle. * -- 2.50.1