]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rename module name in doxygen + partly revert r832442 which skipped doxygen doc gener...
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 26 May 2014 20:25:01 +0000 (20:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 26 May 2014 20:25:01 +0000 (20:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1597642 13f79535-47bb-0310-9956-ffa450edef68

modules/core/mod_watchdog.h

index 13d23ba960605bb8bdcfe675a3a70bcffaf6196b..8e7112cf9187a689273344aea0fa77538e709f6d 100644 (file)
@@ -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 */
-/** \@} */
+/** @} */