diff options
Diffstat (limited to 'os/kernel/src/chthreads.c')
-rw-r--r-- | os/kernel/src/chthreads.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/os/kernel/src/chthreads.c b/os/kernel/src/chthreads.c index 79ea23f94..a2745b94c 100644 --- a/os/kernel/src/chthreads.c +++ b/os/kernel/src/chthreads.c @@ -21,7 +21,12 @@ * @file chthreads.c
* @brief Threads code.
*
- * @addtogroup threads
+ * @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.
+ *
* @{
*/
|