summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/iovprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/iovprintf.c')
-rw-r--r--cpukit/score/src/iovprintf.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/src/iovprintf.c b/cpukit/score/src/iovprintf.c
index f3f8219261..0e8eb0b47b 100644
--- a/cpukit/score/src/iovprintf.c
+++ b/cpukit/score/src/iovprintf.c
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreIO
+ *
+ * @brief This source file contains the implementation of
+ * _IO_Vprintf().
+ */
+
/*-
* SPDX-License-Identifier: BSD-3-Clause
*