]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Doxygen fix + reorg to match how other header files are built
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 26 May 2014 20:09:09 +0000 (20:09 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 26 May 2014 20:09:09 +0000 (20:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1597639 13f79535-47bb-0310-9956-ffa450edef68

include/heartbeat.h

index 394aed8cc7fcfc4ba1ae958312bceb9df97b2f23..40f98c3a34a30c7151a2853ef5837a0796fd0eb0 100644 (file)
  * limitations under the License.
  */
 
-#ifndef HEARTBEAT_H
-#define HEARTBEAT_H
-
 /**
  * @file  heartbeat.h
- * @brief commun structures for mod_heartmonitor.c  and mod_lbmethod_heartbeat.c
+ * @brief commun structures for mod_heartmonitor.c and mod_lbmethod_heartbeat.c
  *
- * @defgroup HEARTBEAT mem
+ * @defgroup HEARTBEAT heartbeat
  * @ingroup  APACHE_MODS
  * @{
  */
 
+#ifndef HEARTBEAT_H
+#define HEARTBEAT_H
+
 #include "apr.h"
 #include "apr_time.h"
 
@@ -56,5 +56,5 @@ typedef struct hm_slot_server_t
 }
 #endif
 
-#endif
+#endif /* HEARTBEAT_H */
 /** @} */