浏览代码

help doxygen make modules

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