summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/objectimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/objectimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/objectimpl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/include/rtems/rtems/objectimpl.h b/cpukit/include/rtems/rtems/objectimpl.h
index 11b6df93ae..ada2a5a4cb 100644
--- a/cpukit/include/rtems/rtems/objectimpl.h
+++ b/cpukit/include/rtems/rtems/objectimpl.h
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup ClassicObjectImpl
+ * @ingroup RTEMSImplClassicObject
*
* @brief Implementation Interfaces for Classic Objects
*/
@@ -44,10 +44,12 @@ extern "C" {
#endif
/**
- * @defgroup ClassicObjectImpl Classic Object Implementation
+ * @defgroup RTEMSImplClassicObject Object Services
*
* @ingroup RTEMSImplClassic
*
+ * @brief This group contains the Object Services implementation.
+ *
* @{
*/