summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadqfirst.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadqfirst.c')
-rw-r--r--cpukit/score/src/threadqfirst.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpukit/score/src/threadqfirst.c b/cpukit/score/src/threadqfirst.c
index 4c3939ff7a..9908523298 100644
--- a/cpukit/score/src/threadqfirst.c
+++ b/cpukit/score/src/threadqfirst.c
@@ -1,8 +1,10 @@
/**
- * @file
+ * @file
*
- * @brief Thread Queue First
- * @ingroup RTEMSScoreThreadQ
+ * @ingroup RTEMSScoreThreadQueue
+ *
+ * @brief This source file contains the implementation of
+ * _Thread_queue_First().
*/
/*