summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/tasksimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/tasksimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/tasksimpl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/include/rtems/rtems/tasksimpl.h b/cpukit/include/rtems/rtems/tasksimpl.h
index 5eb412c46d..fc9d1e04f8 100644
--- a/cpukit/include/rtems/rtems/tasksimpl.h
+++ b/cpukit/include/rtems/rtems/tasksimpl.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ClassicTasksImpl
+ * @ingroup RTEMSImplClassicTask
*
* @brief Classic Tasks Manager Implementation
*/
@@ -27,10 +27,12 @@ extern "C" {
#endif
/**
- * @defgroup ClassicTasksImpl Classic Tasks Manager Implementation
+ * @defgroup RTEMSImplClassicTask Task Manager
*
* @ingroup RTEMSImplClassic
*
+ * @brief This group contains the Task Manager implementation.
+ *
* @{
*/