You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2013/08/13 14:36:27 UTC

svn commit: r1513461 - in /httpd/httpd/trunk/include: ap_mpm.h http_log.h httpd.h mpm_common.h util_varbuf.h

Author: trawick
Date: Tue Aug 13 12:36:27 2013
New Revision: 1513461

URL: http://svn.apache.org/r1513461
Log:
fix Doxygen warnings/comments

Modified:
    httpd/httpd/trunk/include/ap_mpm.h
    httpd/httpd/trunk/include/http_log.h
    httpd/httpd/trunk/include/httpd.h
    httpd/httpd/trunk/include/mpm_common.h
    httpd/httpd/trunk/include/util_varbuf.h

Modified: httpd/httpd/trunk/include/ap_mpm.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mpm.h?rev=1513461&r1=1513460&r2=1513461&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mpm.h (original)
+++ httpd/httpd/trunk/include/ap_mpm.h Tue Aug 13 12:36:27 2013
@@ -178,7 +178,7 @@ AP_DECLARE(apr_status_t) ap_mpm_register
  * APR_ENOTIMPL if no asynch support, or an apr_pollset_add error.
  * @remark When activity is found on any 1 socket in the list, all are removed 
  * from the pollset and only 1 callback is issued.
- * @fn apr_status_t (p_mpm_register_socket_callback(apr_socket_t **s, apr_pool_t *p, int for_read, ap_mpm_callback_fn_t *cbfn, void *baton)
+ * @fn apr_status_t ap_mpm_register_socket_callback(apr_socket_t **s, apr_pool_t *p, int for_read, ap_mpm_callback_fn_t *cbfn, void *baton)
  */
 
 AP_DECLARE(apr_status_t) ap_mpm_register_socket_callback(apr_socket_t **s,

Modified: httpd/httpd/trunk/include/http_log.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_log.h?rev=1513461&r1=1513460&r2=1513461&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_log.h (original)
+++ httpd/httpd/trunk/include/http_log.h Tue Aug 13 12:36:27 2013
@@ -692,6 +692,7 @@ AP_DECLARE(void) ap_log_cdata_(const cha
  * @param module_index The module_index of the module logging this buffer
  * @param level The log level
  * @param c The connection which we are logging for
+ * @param s The server which we are logging for
  * @param label A label for the buffer, to be logged preceding the buffer
  * @param data The buffer to be logged
  * @param len The length of the buffer

Modified: httpd/httpd/trunk/include/httpd.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h?rev=1513461&r1=1513460&r2=1513461&view=diff
==============================================================================
--- httpd/httpd/trunk/include/httpd.h (original)
+++ httpd/httpd/trunk/include/httpd.h Tue Aug 13 12:36:27 2013
@@ -2308,7 +2308,6 @@ AP_DECLARE(void) ap_bin2hex(const void *
 /**
  * Check if string contains a control character
  * @param str the string to check
- * @param srclen length of the data
  * @return 1 if yes, 0 if no control characters
  */
 AP_DECLARE(int) ap_has_cntrl(const char *str)

Modified: httpd/httpd/trunk/include/mpm_common.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/mpm_common.h?rev=1513461&r1=1513460&r2=1513461&view=diff
==============================================================================
--- httpd/httpd/trunk/include/mpm_common.h (original)
+++ httpd/httpd/trunk/include/mpm_common.h Tue Aug 13 12:36:27 2013
@@ -287,7 +287,7 @@ typedef enum { AP_MPM_PODX_NORESTART, AP
 /**
  * Open the extended pipe-of-death.
  * @param p The pool to use for allocating the pipe
- * @param pod the pipe-of-death that is created.
+ * @param pod The pipe-of-death that is created.
  */
 AP_DECLARE(apr_status_t) ap_mpm_podx_open(apr_pool_t *p, ap_pod_t **pod);
 
@@ -299,7 +299,7 @@ AP_DECLARE(int) ap_mpm_podx_check(ap_pod
 /**
  * Close the pipe-of-death
  *
- * @param extended pod the pipe-of-death to close.
+ * @param pod The pipe-of-death to close.
  */
 AP_DECLARE(apr_status_t) ap_mpm_podx_close(ap_pod_t *pod);
 

Modified: httpd/httpd/trunk/include/util_varbuf.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/util_varbuf.h?rev=1513461&r1=1513460&r2=1513461&view=diff
==============================================================================
--- httpd/httpd/trunk/include/util_varbuf.h (original)
+++ httpd/httpd/trunk/include/util_varbuf.h Tue Aug 13 12:36:27 2013
@@ -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