summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/thread.h')
-rw-r--r--cpukit/include/rtems/score/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/thread.h b/cpukit/include/rtems/score/thread.h
index 061d7cb14f..79853b8d79 100644
--- a/cpukit/include/rtems/score/thread.h
+++ b/cpukit/include/rtems/score/thread.h
@@ -54,9 +54,9 @@ extern "C" {
#endif
/**
- * @defgroup ScoreThread Thread Handler
+ * @defgroup RTEMSScoreThread Thread Handler
*
- * @ingroup Score
+ * @ingroup RTEMSScore
*
* This handler encapsulates functionality related to the management of
* threads. This includes the creation, deletion, and scheduling of threads.