Browse Source

help doxygen make modules

Julius Pfrommer 10 years ago
parent
commit
2b99bed4b4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      include/ua_log.h

+ 4 - 0
include/ua_log.h

@@ -28,6 +28,8 @@ extern "C" {
  * @defgroup logging Logging
  * @defgroup logging Logging
  *
  *
  * @brief Custom logging solutions can be "plugged in" with this interface
  * @brief Custom logging solutions can be "plugged in" with this interface
+ *
+ * @{
  */
  */
 
 
 typedef enum UA_LoggerCategory {
 typedef enum UA_LoggerCategory {
@@ -85,6 +87,8 @@ typedef struct UA_Logger {
 #define UA_LOG_FATAL(LOGGER, CATEGORY, MSG) do {} while(0)
 #define UA_LOG_FATAL(LOGGER, CATEGORY, MSG) do {} while(0)
 #endif
 #endif
 
 
+/** @} */
+
 #ifdef __cplusplus
 #ifdef __cplusplus
 } // extern "C"
 } // extern "C"
 #endif
 #endif