summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/chain.h')
-rw-r--r--cpukit/include/rtems/score/chain.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/score/chain.h b/cpukit/include/rtems/score/chain.h
index e358262e6e..0c905d5016 100644
--- a/cpukit/include/rtems/score/chain.h
+++ b/cpukit/include/rtems/score/chain.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ScoreChain
+ * @ingroup RTEMSScoreChain
*
* @brief Chain Handler API
*/
@@ -25,9 +25,9 @@ extern "C" {
#endif
/**
- * @defgroup ScoreChain Chain Handler
+ * @defgroup RTEMSScoreChain Chain Handler
*
- * @ingroup Score
+ * @ingroup RTEMSScore
*
* The Chain Handler is used to manage sets of entities. This handler
* provides two data structures. The Chain Node data structure is included