summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coresem.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/coresem.c')
-rw-r--r--cpukit/score/src/coresem.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpukit/score/src/coresem.c b/cpukit/score/src/coresem.c
index 8f56da994f..f80e6d686a 100644
--- a/cpukit/score/src/coresem.c
+++ b/cpukit/score/src/coresem.c
@@ -1,8 +1,10 @@
/**
- * @file
+ * @file
*
- * @brief Core Semaphore Initialize
- * @ingroup RTEMSScoreSemaphore
+ * @ingroup RTEMSScoreSemaphore
+ *
+ * @brief This source file contains the implementation of
+ * _CORE_semaphore_Initialize().
*/
/*