- ap_mpm.h: r1493741
- http_log.h: r1512819
- httpd.h: r1426877
- mpm_common.h: which is already in synch with 2.4
So only mpm_var_buf.h remains. This is however needed in order to backport other doxygen clean-up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1611541 13f79535-47bb-0310-9956-
ffa450edef68
* 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
* @{
*/
/** 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