summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/scheduler.h')
-rw-r--r--cpukit/include/rtems/score/scheduler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/scheduler.h b/cpukit/include/rtems/score/scheduler.h
index c36353cf6b..6e87dbc5e3 100644
--- a/cpukit/include/rtems/score/scheduler.h
+++ b/cpukit/include/rtems/score/scheduler.h
@@ -28,9 +28,9 @@ extern "C" {
struct Per_CPU_Control;
/**
- * @defgroup ScoreScheduler Scheduler Handler
+ * @defgroup RTEMSScoreScheduler Scheduler Handler
*
- * @ingroup Score
+ * @ingroup RTEMSScore
*
* This handler encapsulates functionality related to managing sets of threads
* that are ready for execution.