mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
doxygen: Add files to groups and fix group scopes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup Timespec
|
||||
* @ingroup RTEMSScoreTimespec
|
||||
*
|
||||
* @brief This header file provides the interfaces of the
|
||||
* @ref RTEMSScoreTimespec.
|
||||
|
||||
Reference in New Issue
Block a user