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