aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/src/chlists.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/src/chlists.c')
-rw-r--r--os/kernel/src/chlists.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/kernel/src/chlists.c b/os/kernel/src/chlists.c
index f722f94cb..2d973e771 100644
--- a/os/kernel/src/chlists.c
+++ b/os/kernel/src/chlists.c
@@ -20,11 +20,11 @@
/**
* @file chlists.c
* @brief Thread queues/lists code.
- * @note All the functions present in this module, while public, are not
- * an OS API and should not be directly used in the user applications
- * code.
*
* @addtogroup internals
+ * @details All the functions present in this module, while public, are not
+ * an OS API and should not be directly used in the user applications
+ * code.
* @{
*/
#include "ch.h"