]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix Doxygen warnings/comments
authorJeff Trawick <trawick@apache.org>
Tue, 13 Aug 2013 12:36:27 +0000 (12:36 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 13 Aug 2013 12:36:27 +0000 (12:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1513461 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mpm.h
include/http_log.h
include/httpd.h
include/mpm_common.h
include/util_varbuf.h

index 6b345ed6ae4f845563380ee3998b0f180edfe143..9fca65dc712bb3ce27ab82e3b028b218134f2427 100644 (file)
@@ -178,7 +178,7 @@ AP_DECLARE(apr_status_t) ap_mpm_register_timed_callback(apr_time_t t,
  * 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,
index 0309bdeefb71b279e9791bed228699a1a6d26baf..a71df8e2cb4d96d97ab69fe05c5de6256a7892d7 100644 (file)
@@ -692,6 +692,7 @@ AP_DECLARE(void) ap_log_cdata_(const char *file, int line, int module_index,
  * @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
index 9ee3aa40182cc3b82a375e77825fb4399854f39a..175c7d867f603fe47c3144d15fab5bacacb86458 100644 (file)
@@ -2308,7 +2308,6 @@ AP_DECLARE(void) ap_bin2hex(const void *src, apr_size_t srclen, char *dest)
 /**
  * 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)
index 8ba20d2ce23887c96e4e3a504ce04287e141c017..76bb59488d21e98ba069a546da4c6ef890125b5f 100644 (file)
@@ -287,7 +287,7 @@ typedef enum { AP_MPM_PODX_NORESTART, AP_MPM_PODX_RESTART, AP_MPM_PODX_GRACEFUL
 /**
  * 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_t *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);
 
index cf4bc7ffe3ef4c4a33f768e3c71530547d8db38c..32859392647459a62e49608a5301f16d457fc2dc 100644 (file)
@@ -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