diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2009-10-28 14:25:49 +0100 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2009-10-28 14:25:49 +0100 |
commit | 04fd4abf90ba53dfdb366c57f68f5adaef932750 (patch) | |
tree | 8192a4a34556f461bd06c0f633bfaf542e406c50 /include/util_script.h | |
parent | Add SNI to the glossary (diff) | |
download | apache2-04fd4abf90ba53dfdb366c57f68f5adaef932750.tar.xz apache2-04fd4abf90ba53dfdb366c57f68f5adaef932750.zip |
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_script.h')
-rw-r--r-- | include/util_script.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/util_script.h b/include/util_script.h index d7e7eae080..fe638ee07b 100644 --- a/include/util_script.h +++ b/include/util_script.h @@ -113,10 +113,11 @@ AP_DECLARE(int) ap_scan_script_header_err_brigade(request_rec *r, * error, the string that cause the error is stored here. * @param termch Pointer to the last character parsed. * @param termarg Pointer to an int to capture the last argument parsed. - * @param args String arguments to parse consecutively for headers, - * a NULL argument terminates the list. + * + * The varargs are string arguments to parse consecutively for headers, + * with a NULL argument to terminate the list. + * * @return HTTP_OK on success, HTTP_INTERNAL_SERVER_ERROR otherwise - * @fn int ap_scan_script_header_err_core(request_rec *r, char *buffer, int (*getsfunc)(char *, int, void *), void *getsfunc_data) */ AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs(request_rec *r, char *buffer, @@ -134,7 +135,6 @@ AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs(request_rec *r, act like gets() * @param getsfunc_data The place to read from * @return HTTP_OK on success, HTTP_INTERNAL_SERVER_ERROR otherwise - * @fn int ap_scan_script_header_err_core(request_rec *r, char *buffer, int (*getsfunc)(char *, int, void *), void *getsfunc_data) */ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer, int (*getsfunc) (char *, int, void *), |