summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/modesimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/modesimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/modesimpl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/include/rtems/rtems/modesimpl.h b/cpukit/include/rtems/rtems/modesimpl.h
index e41c4bc93c..43e3fcb4d7 100644
--- a/cpukit/include/rtems/rtems/modesimpl.h
+++ b/cpukit/include/rtems/rtems/modesimpl.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ClassicModesImpl
+ * @ingroup RTEMSImplClassicModes
*
* @brief Classic Modes Implementation
*/
@@ -25,10 +25,12 @@ extern "C" {
#endif
/**
- * @defgroup ClassicModesImpl Classic Modes Implementation
+ * @defgroup RTEMSImplClassicModes Task Modes
*
* @ingroup RTEMSImplClassic
*
+ * @brief This group contains the implementation to support task modes.
+ *
* @{
*/