summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimple.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/schedulersimple.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/src/schedulersimple.c b/cpukit/score/src/schedulersimple.c
index 6fab5a140f..1c8bd9f165 100644
--- a/cpukit/score/src/schedulersimple.c
+++ b/cpukit/score/src/schedulersimple.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief Scheduler Simple Functions
+ * @ingroup RTEMSScoreSchedulerSimple
*
- * @ingroup RTEMSScoreScheduler
+ * @brief This source file contains the implementation of
+ * _Scheduler_simple_Initialize().
*/
/*