From 8f7688a04232c8fd5c987c9602c580301fa928eb Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 26 May 2014 20:09:09 +0000 Subject: [PATCH] Doxygen fix + reorg to match how other header files are built git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1597639 13f79535-47bb-0310-9956-ffa450edef68 --- include/heartbeat.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/heartbeat.h b/include/heartbeat.h index 394aed8cc7f..40f98c3a34a 100644 --- a/include/heartbeat.h +++ b/include/heartbeat.h @@ -14,18 +14,18 @@ * 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 */ /** @} */ -- 2.47.3