summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectclose.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/objectclose.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpukit/score/src/objectclose.c b/cpukit/score/src/objectclose.c
index 4fd24198f4..60a1f3864f 100644
--- a/cpukit/score/src/objectclose.c
+++ b/cpukit/score/src/objectclose.c
@@ -1,8 +1,10 @@
/**
- * @file
+ * @file
*
- * @brief Close Object
- * @ingroup RTEMSScoreObject
+ * @ingroup RTEMSScoreObject
+ *
+ * @brief This source file contains the implementation of
+ * _Objects_Close().
*/
/*