aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/src/chthreads.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/src/chthreads.c')
-rw-r--r--os/kernel/src/chthreads.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/os/kernel/src/chthreads.c b/os/kernel/src/chthreads.c
index a2745b94c..3ba5702f5 100644
--- a/os/kernel/src/chthreads.c
+++ b/os/kernel/src/chthreads.c
@@ -21,12 +21,15 @@
* @file chthreads.c
* @brief Threads code.
*
- * @defgroup threads Threads
- * @ingroup base
- * @details This module contains all the threads related APIs, creation,
- * termination, synchronization, delay etc. Dynamic variants of
- * the base static API are also included.
- *
+ * @addtogroup threads
+ * @details This module contains all the threads related APIs and services:
+ * - Creation.
+ * - Termination.
+ * - Synchronization.
+ * - Delays.
+ * - References.
+ * .
+ * Dynamic variants of the base static API are also included.
* @{
*/