You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/05/26 22:25:01 UTC

svn commit: r1597642 - /httpd/httpd/trunk/modules/core/mod_watchdog.h

Author: jailletc36
Date: Mon May 26 20:25:01 2014
New Revision: 1597642

URL: http://svn.apache.org/r1597642
Log:
Rename module name in doxygen + partly revert r832442 which skipped doxygen doc generation for 'mod_watchdog.h'

Modified:
    httpd/httpd/trunk/modules/core/mod_watchdog.h

Modified: httpd/httpd/trunk/modules/core/mod_watchdog.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/core/mod_watchdog.h?rev=1597642&r1=1597641&r2=1597642&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/core/mod_watchdog.h (original)
+++ httpd/httpd/trunk/modules/core/mod_watchdog.h Mon May 26 20:25:01 2014
@@ -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
 #endif
 
 #endif /* MOD_WATCHDOG_H */
-/** \@} */
+/** @} */