]> granicus.if.org Git - apache/commitdiff
More doc improvements.
authorBen Laurie <ben@apache.org>
Mon, 29 Jan 2001 22:29:23 +0000 (22:29 +0000)
committerBen Laurie <ben@apache.org>
Mon, 29 Jan 2001 22:29:23 +0000 (22:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87912 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h
include/http_request.h

index 3cef25eccfed20c432ccb041dbe9da4400e79dac..78ba9de08168c1f1d656dd93be05014488141cf4 100644 (file)
@@ -996,8 +996,8 @@ AP_DECLARE_HOOK(void,child_init,(apr_pool_t *pchild, server_rec *s))
 /**
  * Run the handler functions for each module
  * @param r The request_rec
- * @deffunc void ap_run_handler(request_rec *r)
  * @tip non-wildcard handlers should HOOK_MIDDLE, wildcard HOOK_LAST
+ * @deffunc void ap_run_handler(request_rec *r)
  */
 AP_DECLARE_HOOK(int,handler,(request_rec *))
 
index 0dbf4286251f55d7ee2e440c9737bba8a9628833..911438a2f4816dca7c5079b6fe0d22b8eb15239b 100644 (file)
@@ -137,7 +137,7 @@ AP_DECLARE(request_rec *) ap_sub_req_method_uri(const char *method,
  * has to be inserted at the end of a sub-requests filter stack.
  * @param f The current filter
  * @param bb The brigade to filter
- * @deffuc apr_status_t ap_sub_req_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
+ * @deffunc apr_status_t ap_sub_req_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
  */
 AP_CORE_DECLARE_NONSTD(apr_status_t) ap_sub_req_output_filter(ap_filter_t *f,
                                                         apr_bucket_brigade *bb);