You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/07/18 07:54:17 UTC

svn commit: r1611541 - /httpd/httpd/branches/2.4.x/include/util_varbuf.h

Author: jailletc36
Date: Fri Jul 18 05:54:17 2014
New Revision: 1611541

URL: http://svn.apache.org/r1611541
Log:
Backport r1513461 to fix some Doxygen warnings/comments, except for the following files which rely on other patches which have not been backported yet:
   - 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.

Modified:
    httpd/httpd/branches/2.4.x/include/util_varbuf.h

Modified: httpd/httpd/branches/2.4.x/include/util_varbuf.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/util_varbuf.h?rev=1611541&r1=1611540&r2=1611541&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/include/util_varbuf.h (original)
+++ httpd/httpd/branches/2.4.x/include/util_varbuf.h Fri Jul 18 05:54:17 2014
@@ -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_regsu
 
 /** 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