[rtems commit] libcsupport: Add file to Doxygen group

Sebastian Huber sebh at rtems.org
Wed Jul 26 04:56:35 UTC 2023


Module:    rtems
Branch:    master
Commit:    5ba465c03b52e817f9bae45bb27afff3e0438df0
Changeset: http://git.rtems.org/rtems/commit/?id=5ba465c03b52e817f9bae45bb27afff3e0438df0

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jul 25 10:25:11 2023 +0200

libcsupport: Add file to Doxygen group

Update #3707.

---

 cpukit/libcsupport/src/malloc_p.h | 11 +++++++++--
 1 file 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).
  *



More information about the vc mailing list