doxygen: Add files to groups and fix group scopes

This commit is contained in:
Sebastian Huber
2023-03-16 11:10:57 +01:00
parent 3264c8152b
commit eaecc4971a
4 changed files with 12 additions and 4 deletions

View File

@@ -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);

View File

@@ -3,6 +3,8 @@
/**
* @file
*
* @ingroup RTEMSPrintSupport
*
* @brief User print interface to the bspIO print plug in.
*
* This include file defines the user interface to kernel print methods.
@@ -54,6 +56,8 @@ typedef struct rtems_printer rtems_printer;
*
* This module contains all methods and support related to providing the user
* with an interface to the kernel level print support.
*
* @{
*/
/**

View File

@@ -3,6 +3,8 @@
/**
* @file
*
* @ingroup RTEMSPrintSupport
*
* @brief User print interface to the bspIO print plug in.
*
* This include file defines the user interface to kernel print methods.

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup Timespec
* @ingroup RTEMSScoreTimespec
*
* @brief This header file provides the interfaces of the
* @ref RTEMSScoreTimespec.