forked from Imagelibrary/rtems
doxygen: Split up "libmisc" subgroups and removed libmisc
Update #3706.
This commit is contained in:
committed by
Sebastian Huber
parent
c9bd696eb4
commit
7b0903293b
@@ -80,14 +80,6 @@
|
|||||||
* @brief nfs Client
|
* @brief nfs Client
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @defgroup libmisc libmisc
|
|
||||||
*
|
|
||||||
* @ingroup TODO
|
|
||||||
*
|
|
||||||
* @brief libmisc
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup libmisc_mouse Serial Mouse
|
* @defgroup libmisc_mouse Serial Mouse
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup BSPCommandLine
|
||||||
|
*
|
||||||
* @brief BSP Command Line Handler
|
* @brief BSP Command Line Handler
|
||||||
*
|
*
|
||||||
* This include file contains all prototypes and specifications
|
* This include file contains all prototypes and specifications
|
||||||
@@ -25,7 +27,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup BSPCommandLine BSP Command Line Helpers
|
* @defgroup BSPCommandLine BSP Command Line Helpers
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
* @ingroup RTEMSAPIClassic
|
||||||
*
|
*
|
||||||
* The BSP Command Line Handler provides a set of routines which assist
|
* The BSP Command Line Handler provides a set of routines which assist
|
||||||
* in examining and decoding the Command Line String passed to the BSP
|
* in examining and decoding the Command Line String passed to the BSP
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @defgroup libmisc_cpuuse CPU Usage
|
* @ingroup libmisc_cpuuse
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
|
||||||
* @brief CPU Usage Report
|
* @brief CPU Usage Report
|
||||||
*
|
*
|
||||||
* This include file contains information necessary to utilize
|
* This include file contains information necessary to utilize
|
||||||
@@ -28,7 +27,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup libmisc_cpuuse CPU Usage
|
* @defgroup libmisc_cpuuse CPU Usage
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
* @ingroup RTEMSAPIClassic
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup libmisc_dumpbuf Print Memory Buffer
|
* @defgroup libmisc_dumpbuf Print Memory Buffer
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
* @ingroup RTEMSAPIPrintSupport
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @defgroup libmisc_fb_mw Input Devices for MicroWindows
|
* @ingroup libmisc_fb_mw
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
|
||||||
* @brief Input Devices for MicroWindows
|
* @brief Input Devices for MicroWindows
|
||||||
*
|
*
|
||||||
* This file defines the interface for input devices used by MicroWindows
|
* This file defines the interface for input devices used by MicroWindows
|
||||||
@@ -23,7 +22,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup libmisc_fb_mw Input Devices for MicroWindows
|
* @defgroup libmisc_fb_mw Input Devices for MicroWindows
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
* @ingroup RTEMSDeviceDrivers
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @defgroup libmisc_stackchk Stack Checker Mechanism
|
* @ingroup libmisc_stackchk
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
|
||||||
* @brief Stack Checker Information
|
* @brief Stack Checker Information
|
||||||
*
|
*
|
||||||
* This include file contains information necessary to utilize
|
* This include file contains information necessary to utilize
|
||||||
@@ -30,7 +29,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup libmisc_stackchk Stack Checker Mechanism
|
* @defgroup libmisc_stackchk Stack Checker Mechanism
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
* @ingroup RTEMSAPIClassic
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @defgroup libmisc_conv_help Conversion Helpers
|
* @ingroup libmisc_conv_help
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
|
||||||
* @brief Convert String to Pointer (with validation)
|
* @brief Convert String to Pointer (with validation)
|
||||||
*
|
*
|
||||||
* This file defines the interface to a set of string conversion helpers.
|
* This file defines the interface to a set of string conversion helpers.
|
||||||
@@ -23,7 +22,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup libmisc_conv_help Conversion Helpers
|
* @defgroup libmisc_conv_help Conversion Helpers
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
* @ingroup RTEMSAPIClassic
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup libmisc_untar_img Untar Image
|
* @defgroup libmisc_untar_img Untar Image
|
||||||
*
|
*
|
||||||
* @ingroup libmisc
|
* @ingroup LibIO
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user