Julius Pfrommer пре 10 година
родитељ
комит
2b99bed4b4
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      include/ua_log.h

+ 4 - 0
include/ua_log.h

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