From: Christophe Jaillet Date: Mon, 26 May 2014 20:25:01 +0000 (+0000) Subject: Rename module name in doxygen + partly revert r832442 which skipped doxygen doc gener... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=398b5d4b52deb770f589947cb98460c461ff72bc;p=thirdparty%2Fapache%2Fhttpd.git Rename module name in doxygen + partly revert r832442 which skipped doxygen doc generation for 'mod_watchdog.h' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1597642 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/core/mod_watchdog.h b/modules/core/mod_watchdog.h index 13d23ba9606..8e7112cf918 100644 --- a/modules/core/mod_watchdog.h +++ b/modules/core/mod_watchdog.h @@ -21,9 +21,9 @@ * @file mod_watchdog.h * @brief Watchdog module for Apache * - * @defgroup MOD_WATCHDOG watchdog + * @defgroup MOD_WATCHDOG mod_watchdog * @ingroup APACHE_MODS - * \@{ + * @{ */ #include "httpd.h" @@ -210,4 +210,4 @@ APR_DECLARE_EXTERNAL_HOOK(ap, AP_WD, int, watchdog_step, ( #endif #endif /* MOD_WATCHDOG_H */ -/** \@} */ +/** @} */