diff options
author | Ben Laurie <ben@apache.org> | 2001-01-29 23:29:23 +0100 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 2001-01-29 23:29:23 +0100 |
commit | 711044bb5b1f6232f842422e891ebf971d311111 (patch) | |
tree | eaee80086eb826c6ce2d8f4f49e3ad5c751a8f7b /include | |
parent | back out recent breakage. If the lstat isn't executed, finfo isn't (diff) | |
download | apache2-711044bb5b1f6232f842422e891ebf971d311111.tar.xz apache2-711044bb5b1f6232f842422e891ebf971d311111.zip |
More doc improvements.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/http_config.h | 2 | ||||
-rw-r--r-- | include/http_request.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/http_config.h b/include/http_config.h index 3cef25eccf..78ba9de081 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -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 *)) diff --git a/include/http_request.h b/include/http_request.h index 0dbf428625..911438a2f4 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -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); |