doxygen: Reviewed cpukit/include/rtems/rtems

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-03-28 10:28:40 +01:00
committed by Sebastian Huber
parent 69d6671f64
commit 7a722e75a7
16 changed files with 17 additions and 60 deletions

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicASR ASR Support
*
* @ingroup ClassicRTEMS
* @brief Asynchronous Signal Handler
* @addtogroup ClassicASR
*
* This include file contains all the constants and structures associated
* with the Asynchronous Signal Handler. This Handler provides the low-level

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicAttributes Attributes
*
* @ingroup ClassicRTEMS
* @brief Object Attributes Handler
* @addtogroup ClassicAttributes
*
* This include file contains all information about the Object Attributes
* Handler.

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicClock Clocks
*
* @ingroup ClassicRTEMS
* @brief Clock Manager API
* @addtogroup ClassicClock
*
* This include file contains all the constants and structures associated
* with the Clock Manager. This manager provides facilities to set, obtain,

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicConfig Configuration
*
* @ingroup ClassicRTEMS
* @brief Configuration Table
* @addtogroup ClassicConfig
*
* This include file contains the table of user defined configuration
* parameters specific for the RTEMS API.

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicEventMP Event MP Support
*
* @ingroup ClassicRTEMS
* @brief Event Manager MP Support
* @addtogroup ClassicEventMP
*
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Event Manager.

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicINTR Interrupts
*
* @ingroup ClassicRTEMS
* @brief Header file for Interrupt Manager
* @addtogroup ClassicINTR
*
* This include file contains all the constants and structures associated with
* the Interrupt Manager.

View File

@@ -922,6 +922,8 @@
/**
* @defgroup LocalPackages Local Packages
*
* @ingroup ClassicRTEMS
*
* @brief Local packages.
*/

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicModes Modes
*
* @ingroup ClassicRTEMS
* @brief RTEMS thread and RTEMS_ASR modes
* @addtogroup ClassicModes
*
* This include file contains all constants and structures associated
* with the RTEMS thread and RTEMS_ASR modes.

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicMP Multiprocessing
*
* @ingroup ClassicRTEMS
* @brief Multiprocessing Manager
* @addtogroup ClassicMP
*
* This include file contains all the constants and structures associated
* with the Multiprocessing Manager.

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicClassInfo Object Class Information
*
* @ingroup ClassicRTEMS
* @brief Classic API interfaces to Object Services
* @addtogroup ClassicClassInfo
*
* This include file defines Classic API interfaces to Object Services.
*/

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicOptions Classic API Options
*
* @ingroup ClassicRTEMS
* @brief Options Available on Many Directives
* @addtogroup ClassicOptions
*
* This include file contains information which defines the
* options available on many directives.

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicRateMon Rate Monotonic Scheduler
*
* @ingroup ClassicRTEMS
* @brief Classic API Rate Monotonic Manager.
* @addtogroup ClassicRateMon
*
* This include file contains all the constants, structures, and
* prototypes associated with the Rate Monotonic Manager. This manager

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicSEM Semaphore MP Support
*
* @ingroup ClassicRTEMS
* @brief Semaphore Manager MP Support
* @addtogroup ClassicSEM
*
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Semaphore Manager.

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicStatus Status Codes
*
* @ingroup ClassicRTEMS
* @brief Status Codes Returned from Executive Directives
* @addtogroup ClassicStatus
*
* This include file contains the status codes returned from the
* executive directives.

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicRTEMSWorkspace Workspace
*
* @ingroup ClassicRTEMS
* @brief Classic API support.
* @addtogroup ClassicRTEMSWorkspace
*/
/* COPYRIGHT (c) 1989-2008.

View File

@@ -1,10 +1,7 @@
/**
* @file
*
* @defgroup ClassicTaskMP Task MP Support
*
* @ingroup ClassicRTEMS
* @brief Task Manager MP Support
* @addtogroup ClassicTaskMP
*
* This include file contains all the constants and structures associated
* with the multiprocessing support in the task manager.