summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-25 10:25:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-25 10:48:14 +0200
commit95e8f4feb974d5f9de44c047760deeaf569c9af0 (patch)
tree40c0a37899f9a0c6aea3c5f5e5681fd00f39adb9
parentea0cd1a79b8b9dfa2e459312681abcf1577396cf (diff)
libcsupport: Add file to Doxygen group
Update #3707.
-rw-r--r--cpukit/libcsupport/src/malloc_p.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/malloc_p.h b/cpukit/libcsupport/src/malloc_p.h
index ac25cd31d1..115198cb40 100644
--- a/cpukit/libcsupport/src/malloc_p.h
+++ b/cpukit/libcsupport/src/malloc_p.h
@@ -1,8 +1,15 @@
/* SPDX-License-Identifier: BSD-2-Clause */
-/*
- * RTEMS Malloc Family Internal Header
+/**
+ * @file
+ *
+ * @ingroup libcsupport
*
+ * @brief This header file provides interfaces used by the memory allocator
+ * implementation.
+ */
+
+/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*