diff options
author | Jeff Trawick <trawick@apache.org> | 2013-08-13 14:36:27 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-08-13 14:36:27 +0200 |
commit | aa4d08ea7534a87e8f8378549909c0397335b55e (patch) | |
tree | 1e1385a48e2bb4e5c08a4ebd366b189945872b21 /include/util_varbuf.h | |
parent | fix Doxygen warnings/comments (diff) | |
download | apache2-aa4d08ea7534a87e8f8378549909c0397335b55e.tar.xz apache2-aa4d08ea7534a87e8f8378549909c0397335b55e.zip |
fix Doxygen warnings/comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1513461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_varbuf.h')
-rw-r--r-- | include/util_varbuf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/util_varbuf.h b/include/util_varbuf.h index cf4bc7ffe3..3285939264 100644 --- a/include/util_varbuf.h +++ b/include/util_varbuf.h @@ -22,7 +22,7 @@ * usage is with NUL-terminated strings, most functions also work with * arbitrary binary data. * - * @defgroup APACHE_CORE_VARBUF + * @defgroup APACHE_CORE_VARBUF Variable length buffer library * @ingroup APACHE_CORE * @{ */ @@ -168,7 +168,7 @@ AP_DECLARE(apr_status_t) ap_varbuf_regsub(struct ap_varbuf *vb, /** Read a line from an ap_configfile_t and append it to an ap_varbuf. * @param vb pointer to the ap_varbuf struct - * @param cfg pointer to the ap_configfile_t + * @param cfp pointer to the ap_configfile_t * @param max_len maximum line length, including leading/trailing whitespace * @return see ap_cfg_getline() * @note vb->strlen will be set to the length of the line |