summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/libcsupport.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-03-16 11:10:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-03-17 08:47:28 +0100
commiteaecc4971a864a9abbcfdc92d7826577b4dce8bf (patch)
tree45c7c1e4b32db2dc0eb54beba5293f7048ee66ca /cpukit/include/rtems/libcsupport.h
parentdoxygen: Fix group identifiers (diff)
downloadrtems-eaecc4971a864a9abbcfdc92d7826577b4dce8bf.tar.bz2
doxygen: Add files to groups and fix group scopes
Diffstat (limited to 'cpukit/include/rtems/libcsupport.h')
-rw-r--r--cpukit/include/rtems/libcsupport.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpukit/include/rtems/libcsupport.h b/cpukit/include/rtems/libcsupport.h
index 67a09dc2a2..9329b82674 100644
--- a/cpukit/include/rtems/libcsupport.h
+++ b/cpukit/include/rtems/libcsupport.h
@@ -2,9 +2,11 @@
/**
* @file
- *
+ *
+ * @ingroup libcsupport
+ *
* @brief Standard C Library Support
- *
+ *
* This include file contains the information regarding the
* RTEMS specific support for the standard C library.
*/
@@ -55,8 +57,8 @@ extern "C" {
*
* @brief RTEMS Specific Support for the Standard C Library
*
+ * @{
*/
-/**@{**/
extern void malloc_dump(void);