rtems: Canonicalize implementation Doxygen groups

Rename Classic API top-level group from Classic to RTEMSImplClassic.
Use RTEMSImplClassic as a prefix for the subgroups.  Change the group
names to be in line with the API group names.  Use common phrases for
the group brief descriptions.

Update #3706.
This commit is contained in:
Sebastian Huber
2020-11-25 16:42:08 +01:00
parent 9c20b987cd
commit e07088d9ba
63 changed files with 191 additions and 131 deletions

View File

@@ -1,11 +1,3 @@
/**
* @defgroup RTEMSImplClassic Classic
*
* @ingroup RTEMSImpl
*
* @brief Classic
*/
/**
* @defgroup RTEMSAPIIO IO
*

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicUserExtensionsImpl
* @ingroup RTEMSImplClassicUserExt
*
* @brief Classic User Extensions Data Structures
*/
@@ -27,7 +27,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicUserExtensionsImpl
* @addtogroup RTEMSImplClassicUserExt
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicUserExtensionsImpl
* @ingroup RTEMSImplClassicUserExt
*
* @brief Classic User Extensions Implementation
*/
@@ -26,10 +26,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicUserExtensionsImpl User Extensions Implementation
* @defgroup RTEMSImplClassicUserExt User Extensions Manager
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the User Extensions Manager implementation.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicASRImpl
* @ingroup RTEMSImplClassicASR
*
* @brief Classic ASR Data Structures
*/
@@ -24,7 +24,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicASRImpl
* @addtogroup RTEMSImplClassicASR
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicASRImpl
* @ingroup RTEMSImplClassicASR
*
* @brief Classic ASR Implementation
*/
@@ -26,10 +26,13 @@ extern "C" {
#endif
/**
* @defgroup ClassicASRImpl Classic ASR Implementation
* @defgroup RTEMSImplClassicASR Asynchronous Signal Routine (ASR)
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the implementation to support asynchronous signal
* routines.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicAttributesImpl
* @ingroup RTEMSImplClassicAttr
*
* @brief Classic Attributes Implementation
*/
@@ -26,10 +26,13 @@ extern "C" {
#endif
/**
* @defgroup ClassicAttributesImpl Classic Attributes Implementation
* @defgroup RTEMSImplClassicAttr Directive Attributes
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the implementation to support directive
* attributes.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicBarrierImpl
* @ingroup RTEMSImplClassicBarrier
*
* @brief Classic Barrier Manager Data Structures
*/
@@ -27,7 +27,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicBarrierImpl
* @addtogroup RTEMSImplClassicBarrier
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicBarrierImpl
* @ingroup RTEMSImplClassicBarrier
*
* @brief Classic Barrier Manager Implementation
*/
@@ -27,11 +27,13 @@ extern "C" {
#endif
/**
* @defgroup ClassicBarrierImpl Classic Barrier Implementation
* @defgroup RTEMSImplClassicBarrier Barrier Manager
*
* @ingroup RTEMSImplClassic
* @ingroup RTEMSImplClassic
*
* @{
* @brief This group contains the Barrier Manager implementation.
*
* @{
*/
/**

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicDPMEMImpl
* @ingroup RTEMSImplClassicDPMem
*
* @brief Classic Dual Ported Memory Manager Data Structures
*/
@@ -25,7 +25,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicDPMEMImpl
* @addtogroup RTEMSImplClassicDPMem
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicDPMEMImpl
* @ingroup RTEMSImplClassicDPMem
*
* @brief Dual Ported Memory Manager Implementation
*/
@@ -25,10 +25,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicDPMEMImpl Dual Ported Memory Manager Implementation
* @defgroup RTEMSImplClassicDPMem Dual-Ported Memory Manager
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Dual-Ported Memory Manager implementation.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicEventImpl
* @ingroup RTEMSImplClassicEvent
*
* @brief This header file provides the API used by the Application
* Configuration to define the configured Thread Control Block (TCB).
@@ -25,7 +25,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicEventImpl
* @addtogroup RTEMSImplClassicEvent
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicEventImpl
* @ingroup RTEMSImplClassicEvent
*
* @brief This header file provides interfaces used by the event implementation.
*/
@@ -25,10 +25,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicEventImpl Event Implementation
* @defgroup RTEMSImplClassicEvent Event Manager
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Event Manager implementation.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicEventMP
* @ingroup RTEMSImplClassicEventMP
*
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Event Manager.
@@ -29,14 +29,18 @@ extern "C" {
#endif
/**
* @defgroup ClassicEventMP Event MP Support
* @defgroup RTEMSImplClassicEventMP Event Manager Multiprocessing (MP) Support
*
* @ingroup ClassicMP
* @ingroup RTEMSImplClassicEvent
*
* This encapsulates functionality related to the transparent multiprocessing
* support within the Classic API Event Manager.
* @brief This group contains the implementation to support the Event Manager
* in multiprocessing (MP) configurations.
*
* This encapsulates functionality related to the transparent multiprocessing
* support within the Classic API Event Manager.
*
* @{
*/
/**@{*/
/*
* @brief Event_MP_Send_process_packet

View File

@@ -26,7 +26,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicMessageQueueImpl
* @addtogroup RTEMSImplClassicMessage
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicMessageQueueImpl
* @ingroup RTEMSImplClassicMessage
*
* @brief Classic Message Queue Manager Implementation
*/
@@ -26,11 +26,13 @@ extern "C" {
#endif
/**
* @defgroup ClassicMessageQueueImpl Classic Message Queue Implementation
* @defgroup RTEMSImplClassicMessage Message Manager
*
* @ingroup RTEMSImplClassic
* @ingroup RTEMSImplClassic
*
* @{
* @brief This group contains the Message Manager implementation.
*
* @{
*/
/**

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicModesImpl
* @ingroup RTEMSImplClassicModes
*
* @brief Classic Modes Implementation
*/
@@ -25,10 +25,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicModesImpl Classic Modes Implementation
* @defgroup RTEMSImplClassicModes Task Modes
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the implementation to support task modes.
*
* @{
*/

View File

@@ -1,6 +1,8 @@
/**
* @file
*
* @ingroup RTEMSImplClassicMessageMP
*
* @brief Message Manager MP Support
*
* This include file contains all the constants and structures associated
@@ -29,14 +31,16 @@ extern "C" {
#endif
/**
* @defgroup ClassicMsgMP Message Queue MP Support
* @defgroup RTEMSImplClassicMessageMP \
* Message Manager Multiprocessing (MP) Support
*
* @ingroup ClassicMP
* @ingroup RTEMSImplClassicMessage
*
* This encapsulates functionality related to the transparent multiprocessing
* support within the Classic API Message Queue Manager.
* @brief This group contains the implementation to support the Message Manager
* in multiprocessing (MP) configurations.
*
* @{
*/
/*{*/
/**
* The following enumerated type defines the list of

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicObjectImpl
* @ingroup RTEMSImplClassicObject
*
* @brief Implementation Interfaces for Classic Objects
*/
@@ -44,10 +44,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicObjectImpl Classic Object Implementation
* @defgroup RTEMSImplClassicObject Object Services
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Object Services implementation.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicOptionsImpl
* @ingroup RTEMSImplClassicOptions
*
* @brief Classic Options Implementation
*/
@@ -24,10 +24,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicOptionsImpl Classic Options Implementation
* @defgroup RTEMSImplClassicOptions Directive Options
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the implementation to support directive options.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicPartImpl
* @ingroup RTEMSImplClassicPartition
*
* @brief This header file provides the API used by the Application
* Configuration to define the Partition Manager information.
@@ -27,7 +27,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicPartImpl
* @addtogroup RTEMSImplClassicPartition
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicPartImpl
* @ingroup RTEMSImplClassicPartition
*
* @brief This header file provides interfaces used by the Partition Manager
* implementation.
@@ -26,10 +26,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicPartImpl Partition Manager Implementation
* @defgroup RTEMSImplClassicPartition Partition Manager
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Partition Manager implementation.
*
* @{
*/

View File

@@ -1,6 +1,8 @@
/**
* @file
*
* @ingroup RTEMSImplClassicPartitionMP
*
* @brief MP Support in Partition Manager
*
* This include file contains all the constants and structures associated
@@ -29,14 +31,16 @@ extern "C" {
#endif
/**
* @defgroup ClassicPartMP Partition MP Support
* @defgroup RTEMSImplClassicPartitionMP \
* Partition Manager Multiprocessing (MP) Support
*
* @ingroup ClassicMP
* @ingroup RTEMSImplClassicPartition
*
* This encapsulates functionality related to the transparent multiprocessing
* support within the Classic API Partition Manager.
* @brief This group contains the implementation to support the Partition Manager
* in multiprocessing (MP) configurations.
*
* @{
*/
/*{*/
/**
* The following enumerated type defines the list of

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicRateMonImpl
* @ingroup RTEMSImplClassicRateMonotonic
*
* @brief Classic Rate Monotonic Scheduler Data Structures
*/
@@ -28,7 +28,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicRateMonImpl
* @addtogroup RTEMSImplClassicRateMonotonic
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicRateMonImpl
* @ingroup RTEMSImplClassicRateMonotonic
*
* @brief Classic Rate Monotonic Scheduler Implementation
*/
@@ -32,10 +32,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicRateMonImpl Classic Rate Monotonic Scheduler Implementation
* @defgroup RTEMSImplClassicRateMonotonic Rate Monotonic Manager
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Rate Monotonic Manager implementation.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicRegionImpl
* @ingroup RTEMSImplClassicRegion
*
* @brief Classic Region Manager Data Structures
*/
@@ -27,7 +27,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicRegionImpl
* @addtogroup RTEMSImplClassicRegion
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicRegionImpl
* @ingroup RTEMSImplClassicRegion
*
* @brief Classic Region Manager Implementation
*/
@@ -28,10 +28,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicRegionImpl Classic Region Manager Implementation
* @defgroup RTEMSImplClassicRegion Region Manager
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Region Manager implementation.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicSemImpl
* @ingroup RTEMSImplClassicSemaphore
*
* @brief Classic Semaphore Manager Data Structures
*/
@@ -29,7 +29,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicSemImpl
* @addtogroup RTEMSImplClassicSemaphore
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicSemImpl
* @ingroup RTEMSImplClassicSemaphore
*
* @brief Classic Semaphore Manager Implementation
*/
@@ -27,10 +27,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicSemImpl Semaphore Manager Implementation
* @defgroup RTEMSImplClassicSemaphore Semaphore Manager
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Semaphore Manager implementation.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicSEM
* @ingroup RTEMSImplClassicSemaphoreMP
*
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Semaphore Manager.
@@ -27,14 +27,16 @@ extern "C" {
#endif
/**
* @defgroup ClassicSEM Semaphore MP Support
* @defgroup RTEMSImplClassicSemaphoreMP \
* Semaphore Manager Multiprocessing (MP) Support
*
* @ingroup ClassicMP
* @ingroup RTEMSImplClassicSemaphore
*
* This encapsulates functionality related to the transparent multiprocessing
* support within the Classic API Semaphore Manager.
* @brief This group contains the implementation to support the Semaphore Manager
* in multiprocessing (MP) configurations.
*
* @{
*/
/**@{*/
/**
* The following enumerated type defines the list of

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicSignalImpl
* @ingroup RTEMSImplClassicSignal
*
* @brief Signals Implementation
*/
@@ -25,11 +25,14 @@ extern "C" {
#endif
/**
* @defgroup ClassicSignalImpl Signals Implementation
* @defgroup RTEMSImplClassicSignal Signal Manager
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Signal Manager implementation.
*
* @{
*/
/**@{*/
void _Signal_Action_handler(
Thread_Control *executing,

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @brief Signal MP Support
* @ingroup RTEMSImplClassicSignalMP
*
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Signal Manager.
@@ -29,14 +29,16 @@ extern "C" {
#endif
/**
* @defgroup ClassicSignalMP Signal MP Support
* @defgroup RTEMSImplClassicSignalMP \
* Signal Manager Multiprocessing (MP) Support
*
* @ingroup ClassicMP
* @ingroup RTEMSImplClassicSignal
*
* This encapsulates functionality related to the transparent multiprocessing
* support within the Classic API Signal Manager.
* @brief This group contains the implementation to support the Signal Manager
* in multiprocessing (MP) configurations.
*
* @{
*/
/*{*/
/*
* @brief Signal_MP_Send_process_packet

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicStatusImpl
* @ingroup RTEMSImplClassicStatus
*
* @brief Classic Status Implementation
*/
@@ -25,10 +25,13 @@ extern "C" {
#endif
/**
* @defgroup ClassicStatusImpl Classic Status Implementation
* @defgroup RTEMSImplClassicStatus Directive Status
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the implementation to support directive status
* codes.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicTaskMP
* @ingroup RTEMSImplClassicTaskMP
*
* This include file contains all the constants and structures associated
* with the multiprocessing support in the task manager.
@@ -29,14 +29,16 @@ extern "C" {
#endif
/**
* @defgroup ClassicTaskMP Task MP Support
* @defgroup RTEMSImplClassicTaskMP \
* Task Manager Multiprocessing (MP) Support
*
* @ingroup ClassicMP
* @ingroup RTEMSImplClassicTask
*
* This encapsulates functionality related to the transparent multiprocessing
* support within the Classic API Task Manager.
* @brief This group contains the implementation to support the Task Manager
* in multiprocessing (MP) configurations.
*
* @{
*/
/**@{*/
/**
* The following enumerated type defines the list of

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicTasksImpl
* @ingroup RTEMSImplClassicTask
*
* @brief Classic Tasks Manager Data Structures
*/
@@ -28,7 +28,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicTasksImpl
* @addtogroup RTEMSImplClassicTask
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicTasksImpl
* @ingroup RTEMSImplClassicTask
*
* @brief Classic Tasks Manager Implementation
*/
@@ -27,10 +27,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicTasksImpl Classic Tasks Manager Implementation
* @defgroup RTEMSImplClassicTask Task Manager
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Task Manager implementation.
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicTimerImpl
* @ingroup RTEMSImplClassicTimer
*
* @brief Classic Partition Manager Data Structures
*/
@@ -29,7 +29,7 @@ extern "C" {
#endif
/**
* @addtogroup ClassicTimerImpl
* @addtogroup RTEMSImplClassicTimer
*
* @{
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicTimerImpl
* @ingroup RTEMSImplClassicTimer
*
* @brief Classic Timer Implementation
*/
@@ -30,10 +30,12 @@ extern "C" {
#endif
/**
* @defgroup ClassicTimerImpl Classic Timer Implementation
* @defgroup RTEMSImplClassicTimer Timer Manager
*
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Timer Manager implementation.
*
* @{
*/

View File

@@ -67,6 +67,16 @@
extern "C" {
#endif
/* Generated from spec:/rtems/req/group */
/**
* @defgroup RTEMSImplClassic Classic API
*
* @ingroup RTEMSImpl
*
* @brief This group contains the Classic API implementation.
*/
/* Generated from spec:/rtems/type/if/group */
/**

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicBarrierImpl
* @ingroup RTEMSImplClassicBarrier
*
* @brief rtems_barrier_ident() Implementation
*/

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicDPMEMImpl
* @ingroup RTEMSImplClassicDPMem
*
* @brief rtems_port_ident() Implementation
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicEventMP
* @ingroup RTEMSImplClassicEventMP
*
* @brief This source file contains the implementation of the task event MPCI
* support.

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicEventImpl
* @ingroup RTEMSImplClassicEvent
*
* @brief This source file contains the implementation of
* rtems_event_receive().

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicEventImpl
* @ingroup RTEMSImplClassicEvent
*
* @brief This source file contains the implementation of
* _Event_Seize() and the task event MPCI support system initialization.

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicEventImpl
* @ingroup RTEMSImplClassicEvent
*
* @brief This source file contains the implementation of
* rtems_event_send().

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicEventImpl
* @ingroup RTEMSImplClassicEvent
*
* @brief This source file contains the implementation of
* _Event_Surrender().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicMessageQueueImpl
* @ingroup RTEMSImplClassicMessage
*
* @brief This source file contains the implementation of
* rtems_message_queue_create().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicMessageQueueImpl
* @ingroup RTEMSImplClassicMessage
*
* @brief rtems_message_queue_ident() Implementation
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicPartImpl
* @ingroup RTEMSImplClassicPartition
*
* @brief This source file contains a definition of ::_Partition_Information
* with zero objects.

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicPartImpl
* @ingroup RTEMSImplClassicPartition
*
* @brief This source file contains the implementation of
* rtems_partition_create().

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicPartImpl
* @ingroup RTEMSImplClassicPartition
*
* @brief This source file contains the implementation of
* rtems_partition_delete().

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicPartImpl
* @ingroup RTEMSImplClassicPartition
*
* @brief This source file contains the implementation of
* rtems_partition_get_buffer().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicPartImpl
* @ingroup RTEMSImplClassicPartition
*
* @brief This source file contains the implementation of
* rtems_partition_ident().

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicPartImpl
* @ingroup RTEMSImplClassicPartition
*
* @brief This source file contains the implementation of
* rtems_partition_return_buffer().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicRateMonImpl
* @ingroup RTEMSImplClassicRateMonotonic
*
* @brief rtems_rate_monotonic_ident() Implementation
*/

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicRegionImpl
* @ingroup RTEMSImplClassicRegion
*
* @brief rtems_region_ident() Implementation
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicTasksImpl
* @ingroup RTEMSImplClassicTask
*/
/*

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicObjectImpl
* @ingroup RTEMSImplClassicObject
*
* @brief _RTEMS_Name_to_id() Implementation
*/

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicSemImpl
* @ingroup RTEMSImplClassicSemaphore
*
* @brief rtems_semaphore_ident() Implementation
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicEventImpl
* @ingroup RTEMSImplClassicEvent
*
* @brief This source file contains the implementation of
* rtems_event_system_receive().

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup ClassicEventImpl
* @ingroup RTEMSImplClassicEvent
*
* @brief This source file contains the implementation of
* rtems_event_system_send().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicTasksImpl
* @ingroup RTEMSImplClassicTask
*
* @brief rtems_task_ident() Implementation
*/

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicTimerImpl
* @ingroup RTEMSImplClassicTimer
*
* @brief rtems_timer_ident() Implementation
*/

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup ClassicUserExtensionsImpl
* @ingroup RTEMSImplClassicUserExt
*
* @brief rtems_extension_ident() Implementation
*/