summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/object.h')
-rw-r--r--cpukit/include/rtems/score/object.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/cpukit/include/rtems/score/object.h b/cpukit/include/rtems/score/object.h
index ffc896206b..561db194c2 100644
--- a/cpukit/include/rtems/score/object.h
+++ b/cpukit/include/rtems/score/object.h
@@ -34,9 +34,9 @@ extern "C" {
*
* @ingroup RTEMSImpl
*
- * @brief Provides services for all APIs.
+ * @brief This group contains the SuperCore implementation.
*
- * @{
+ * The SuperCore provides services for all APIs.
*/
/**
@@ -44,9 +44,8 @@ extern "C" {
*
* @ingroup RTEMSScore
*
- * @brief Provides CPU architecture dependent services.
- *
- * @{
+ * @brief This group contains the implementation to support a processor
+ * architecture.
*/
/**
@@ -54,6 +53,8 @@ extern "C" {
*
* @ingroup RTEMSScore
*
+ * @brief This group contains the Object Handler implementation.
+ *
* @{
*/
@@ -348,8 +349,6 @@ extern uint16_t _Objects_Local_node;
#endif
/** @} */
-/** @} */
-/** @} */
#ifdef __cplusplus
}