summaryrefslogtreecommitdiff
path: root/include/util_filter.h
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2009-10-28 13:25:49 +0000
committerDaniel Earl Poirier <poirier@apache.org>2009-10-28 13:25:49 +0000
commit04fd4abf90ba53dfdb366c57f68f5adaef932750 (patch)
tree8192a4a34556f461bd06c0f633bfaf542e406c50 /include/util_filter.h
parentbdb4326fa5d8f1120c5d72e8d47fe92bc079aff9 (diff)
downloadhttpd-04fd4abf90ba53dfdb366c57f68f5adaef932750.tar.gz
Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.
I added a few more fixes, and there are still more that might need a doxygen expert. PR: 48061 Submitted by: Brad Hards Reviewed by: poirier git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830527 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_filter.h')
-rw-r--r--include/util_filter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util_filter.h b/include/util_filter.h
index cbd390f6cf..8c169de6cd 100644
--- a/include/util_filter.h
+++ b/include/util_filter.h
@@ -424,6 +424,7 @@ AP_DECLARE(ap_filter_t *) ap_add_output_filter(const char *name, void *ctx,
* (as returned by ap_register_output_filter()) rather than a filter name
*
* @param f The filter handle to add
+ * @param ctx Context data to set in 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 filter for
* @note If adding a connection-level output filter (i.e. where the type