summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/thread.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/thread.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c
index 3dde437e72..d66ec80d69 100644
--- a/cpukit/score/src/thread.c
+++ b/cpukit/score/src/thread.c
@@ -1,8 +1,11 @@
/**
- * @file
+ * @file
*
- * @brief Initialize Thread Handler
- * @ingroup RTEMSScoreThread
+ * @ingroup RTEMSScoreThread
+ *
+ * @brief This source file contains static assertions related to the Thread
+ * Handler and the implementation of _Thread_Initialize_information() and
+ * _Thread_Handler_initialization().
*/
/*