From: Christophe Jaillet Date: Mon, 26 May 2014 20:09:09 +0000 (+0000) Subject: Doxygen fix + reorg to match how other header files are built X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7688a04232c8fd5c987c9602c580301fa928eb;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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 */ /** @} */