doc: Added group definitions for most common modules.
[bertos.git] / bertos / cfg / log.h
index cd3e1f3df676a99643f0ab09c20d92a7b243883f..1e4fc150bb2f38621d8deec91a44b90429e4ed75 100644 (file)
@@ -30,7 +30,9 @@
  *
  * -->
  *
- * \addtogroup logging
+ * \defgroup logging Logging facilities
+ * \ingroup core
+ * \{
  * \brief Logging system module.
  *
  * This module implement a simple interface to use the multi level logging system.
 
 #include <cfg/debug.h>
 
-/**
- * \defgroup logging Logging facilities
- * \{
- */
-
 // Use a default setting if nobody defined a log level
 #ifndef LOG_LEVEL
 #define LOG_LEVEL       LOG_LVL_ERR