From 7b0903293b56cb9c7fd3630ba9a2bebdc07da2ea Mon Sep 17 00:00:00 2001 From: Andreas Dachsberger Date: Wed, 3 Apr 2019 08:49:07 +0200 Subject: doxygen: Split up "libmisc" subgroups and removed libmisc Update #3706. --- cpukit/doxygen.h | 8 -------- cpukit/include/rtems/bspcmdline.h | 4 +++- cpukit/include/rtems/cpuuse.h | 5 ++--- cpukit/include/rtems/dumpbuf.h | 2 +- cpukit/include/rtems/mw_uid.h | 5 ++--- cpukit/include/rtems/stackchk.h | 5 ++--- cpukit/include/rtems/stringto.h | 5 ++--- cpukit/include/rtems/untar.h | 2 +- 8 files changed, 13 insertions(+), 23 deletions(-) (limited to 'cpukit') diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h index 729d8b26a1..ba75c80349 100644 --- a/cpukit/doxygen.h +++ b/cpukit/doxygen.h @@ -80,14 +80,6 @@ * @brief nfs Client */ -/** - * @defgroup libmisc libmisc - * - * @ingroup TODO - * - * @brief libmisc - */ - /** * @defgroup libmisc_mouse Serial Mouse * diff --git a/cpukit/include/rtems/bspcmdline.h b/cpukit/include/rtems/bspcmdline.h index d9c21e73bc..fea73fcc37 100644 --- a/cpukit/include/rtems/bspcmdline.h +++ b/cpukit/include/rtems/bspcmdline.h @@ -1,6 +1,8 @@ /** * @file * + * @ingroup BSPCommandLine + * * @brief BSP Command Line Handler * * This include file contains all prototypes and specifications @@ -25,7 +27,7 @@ /** * @defgroup BSPCommandLine BSP Command Line Helpers * - * @ingroup libmisc + * @ingroup RTEMSAPIClassic * * The BSP Command Line Handler provides a set of routines which assist * in examining and decoding the Command Line String passed to the BSP diff --git a/cpukit/include/rtems/cpuuse.h b/cpukit/include/rtems/cpuuse.h index 325ef0def3..50c986671d 100644 --- a/cpukit/include/rtems/cpuuse.h +++ b/cpukit/include/rtems/cpuuse.h @@ -1,9 +1,8 @@ /** * @file * - * @defgroup libmisc_cpuuse CPU Usage + * @ingroup libmisc_cpuuse * - * @ingroup libmisc * @brief CPU Usage Report * * This include file contains information necessary to utilize @@ -28,7 +27,7 @@ /** * @defgroup libmisc_cpuuse CPU Usage * - * @ingroup libmisc + * @ingroup RTEMSAPIClassic */ /**@{*/ #ifdef __cplusplus diff --git a/cpukit/include/rtems/dumpbuf.h b/cpukit/include/rtems/dumpbuf.h index d714879ab4..690ac63341 100644 --- a/cpukit/include/rtems/dumpbuf.h +++ b/cpukit/include/rtems/dumpbuf.h @@ -22,7 +22,7 @@ /** * @defgroup libmisc_dumpbuf Print Memory Buffer * - * @ingroup libmisc + * @ingroup RTEMSAPIPrintSupport */ /**@{*/ #ifdef __cplusplus diff --git a/cpukit/include/rtems/mw_uid.h b/cpukit/include/rtems/mw_uid.h index 2222494254..86fdae9971 100644 --- a/cpukit/include/rtems/mw_uid.h +++ b/cpukit/include/rtems/mw_uid.h @@ -1,9 +1,8 @@ /** * @file * - * @defgroup libmisc_fb_mw Input Devices for MicroWindows + * @ingroup libmisc_fb_mw * - * @ingroup libmisc * @brief Input Devices for MicroWindows * * This file defines the interface for input devices used by MicroWindows @@ -23,7 +22,7 @@ /** * @defgroup libmisc_fb_mw Input Devices for MicroWindows * - * @ingroup libmisc + * @ingroup RTEMSDeviceDrivers */ /**@{*/ #ifdef __cplusplus diff --git a/cpukit/include/rtems/stackchk.h b/cpukit/include/rtems/stackchk.h index 22f2730481..b600bae3a7 100644 --- a/cpukit/include/rtems/stackchk.h +++ b/cpukit/include/rtems/stackchk.h @@ -1,9 +1,8 @@ /** * @file * - * @defgroup libmisc_stackchk Stack Checker Mechanism + * @ingroup libmisc_stackchk * - * @ingroup libmisc * @brief Stack Checker Information * * This include file contains information necessary to utilize @@ -30,7 +29,7 @@ /** * @defgroup libmisc_stackchk Stack Checker Mechanism * - * @ingroup libmisc + * @ingroup RTEMSAPIClassic */ /**@{*/ #ifdef __cplusplus diff --git a/cpukit/include/rtems/stringto.h b/cpukit/include/rtems/stringto.h index 53e8147c81..8389219fe8 100644 --- a/cpukit/include/rtems/stringto.h +++ b/cpukit/include/rtems/stringto.h @@ -1,9 +1,8 @@ /** * @file * - * @defgroup libmisc_conv_help Conversion Helpers + * @ingroup libmisc_conv_help * - * @ingroup libmisc * @brief Convert String to Pointer (with validation) * * This file defines the interface to a set of string conversion helpers. @@ -23,7 +22,7 @@ /** * @defgroup libmisc_conv_help Conversion Helpers * - * @ingroup libmisc + * @ingroup RTEMSAPIClassic */ /**@{*/ diff --git a/cpukit/include/rtems/untar.h b/cpukit/include/rtems/untar.h index bc0a97c103..ba99eb04b9 100644 --- a/cpukit/include/rtems/untar.h +++ b/cpukit/include/rtems/untar.h @@ -28,7 +28,7 @@ /** * @defgroup libmisc_untar_img Untar Image * - * @ingroup libmisc + * @ingroup LibIO */ /**@{*/ #ifdef __cplusplus -- cgit v1.2.3