summaryrefslogtreecommitdiffstats
path: root/include/ap_mpm.h
diff options
context:
space:
mode:
authorSander Temme <sctemme@apache.org>2007-07-04 01:02:32 +0200
committerSander Temme <sctemme@apache.org>2007-07-04 01:02:32 +0200
commit10fd249eeac047725eaa9f9fdb4ea0df6dac9b01 (patch)
treeeebf91dbc8650fb7c743572d77c604822890b5c7 /include/ap_mpm.h
parentRename relatively useless struct element for something more (diff)
downloadapache2-10fd249eeac047725eaa9f9fdb4ea0df6dac9b01.tar.xz
apache2-10fd249eeac047725eaa9f9fdb4ea0df6dac9b01.zip
Use correct Doxygen keywords for functions and variables. TODO: figure out whether those keywords are actually necessary. HTML-ify some documentation comments for benefit of Doxygen.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@553013 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mpm.h')
-rw-r--r--include/ap_mpm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ap_mpm.h b/include/ap_mpm.h
index 713f97d8ff..ca8b625623 100644
--- a/include/ap_mpm.h
+++ b/include/ap_mpm.h
@@ -86,7 +86,7 @@ extern "C" {
* @param plog the log pool, reset after the config file is read
* @param server_conf the global server config.
* @return 1 for shutdown 0 otherwise.
- * @deffunc int ap_mpm_run(apr_pool_t *pconf, apr_pool_t *plog, server_rec *server_conf)
+ * @fn int ap_mpm_run(apr_pool_t *pconf, apr_pool_t *plog, server_rec *server_conf)
*/
AP_DECLARE(int) ap_mpm_run(apr_pool_t *pconf, apr_pool_t *plog, server_rec *server_conf);
@@ -94,7 +94,7 @@ AP_DECLARE(int) ap_mpm_run(apr_pool_t *pconf, apr_pool_t *plog, server_rec *serv
* predicate indicating if a graceful stop has been requested ...
* used by the connection loop
* @return 1 if a graceful stop has been requested, 0 otherwise
- * @deffunc int ap_graceful_stop_signalled(*void)
+ * @fn int ap_graceful_stop_signalled(*void)
*/
AP_DECLARE(int) ap_graceful_stop_signalled(void);
@@ -156,7 +156,7 @@ AP_DECLARE(apr_status_t) ap_os_create_privileged_process(
* @param query_code One of APM_MPMQ_*
* @param result A location to place the result of the query
* @return APR_SUCCESS or APR_ENOTIMPL
- * @deffunc int ap_mpm_query(int query_code, int *result)
+ * @fn int ap_mpm_query(int query_code, int *result)
*/
AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result);