From e07088d9ba894d8d1fd4dba8b2ff03ccffebba05 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 25 Nov 2020 16:42:08 +0100 Subject: 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. --- cpukit/rtems/src/barrierident.c | 2 +- cpukit/rtems/src/dpmemident.c | 2 +- cpukit/rtems/src/eventmp.c | 2 +- cpukit/rtems/src/eventreceive.c | 2 +- cpukit/rtems/src/eventseize.c | 2 +- cpukit/rtems/src/eventsend.c | 2 +- cpukit/rtems/src/eventsurrender.c | 2 +- cpukit/rtems/src/msgqcreate.c | 2 +- cpukit/rtems/src/msgqident.c | 2 +- cpukit/rtems/src/part.c | 2 +- cpukit/rtems/src/partcreate.c | 2 +- cpukit/rtems/src/partdelete.c | 2 +- cpukit/rtems/src/partgetbuffer.c | 2 +- cpukit/rtems/src/partident.c | 2 +- cpukit/rtems/src/partreturnbuffer.c | 2 +- cpukit/rtems/src/ratemonident.c | 2 +- cpukit/rtems/src/regionident.c | 2 +- cpukit/rtems/src/rtemsmaxprio.c | 2 +- cpukit/rtems/src/rtemsnametoid.c | 2 +- cpukit/rtems/src/semident.c | 2 +- cpukit/rtems/src/systemeventreceive.c | 2 +- cpukit/rtems/src/systemeventsend.c | 2 +- cpukit/rtems/src/taskident.c | 2 +- cpukit/rtems/src/timerident.c | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) (limited to 'cpukit/rtems/src') diff --git a/cpukit/rtems/src/barrierident.c b/cpukit/rtems/src/barrierident.c index 928cc0ce9e..1cff99829d 100644 --- a/cpukit/rtems/src/barrierident.c +++ b/cpukit/rtems/src/barrierident.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicBarrierImpl + * @ingroup RTEMSImplClassicBarrier * * @brief rtems_barrier_ident() Implementation */ diff --git a/cpukit/rtems/src/dpmemident.c b/cpukit/rtems/src/dpmemident.c index 38d906833f..679933a770 100644 --- a/cpukit/rtems/src/dpmemident.c +++ b/cpukit/rtems/src/dpmemident.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicDPMEMImpl + * @ingroup RTEMSImplClassicDPMem * * @brief rtems_port_ident() Implementation */ diff --git a/cpukit/rtems/src/eventmp.c b/cpukit/rtems/src/eventmp.c index a31476af74..d1968d3e98 100644 --- a/cpukit/rtems/src/eventmp.c +++ b/cpukit/rtems/src/eventmp.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicEventMP + * @ingroup RTEMSImplClassicEventMP * * @brief This source file contains the implementation of the task event MPCI * support. diff --git a/cpukit/rtems/src/eventreceive.c b/cpukit/rtems/src/eventreceive.c index fc5886b524..4a8b720dd9 100644 --- a/cpukit/rtems/src/eventreceive.c +++ b/cpukit/rtems/src/eventreceive.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicEventImpl + * @ingroup RTEMSImplClassicEvent * * @brief This source file contains the implementation of * rtems_event_receive(). diff --git a/cpukit/rtems/src/eventseize.c b/cpukit/rtems/src/eventseize.c index 874c142c1a..9574ba13ec 100644 --- a/cpukit/rtems/src/eventseize.c +++ b/cpukit/rtems/src/eventseize.c @@ -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. diff --git a/cpukit/rtems/src/eventsend.c b/cpukit/rtems/src/eventsend.c index 470b7f4601..6d0434d6ad 100644 --- a/cpukit/rtems/src/eventsend.c +++ b/cpukit/rtems/src/eventsend.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicEventImpl + * @ingroup RTEMSImplClassicEvent * * @brief This source file contains the implementation of * rtems_event_send(). diff --git a/cpukit/rtems/src/eventsurrender.c b/cpukit/rtems/src/eventsurrender.c index 6cdaafaa97..48c08e486f 100644 --- a/cpukit/rtems/src/eventsurrender.c +++ b/cpukit/rtems/src/eventsurrender.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicEventImpl + * @ingroup RTEMSImplClassicEvent * * @brief This source file contains the implementation of * _Event_Surrender(). diff --git a/cpukit/rtems/src/msgqcreate.c b/cpukit/rtems/src/msgqcreate.c index 7469f10509..be3a49310b 100644 --- a/cpukit/rtems/src/msgqcreate.c +++ b/cpukit/rtems/src/msgqcreate.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicMessageQueueImpl + * @ingroup RTEMSImplClassicMessage * * @brief This source file contains the implementation of * rtems_message_queue_create(). diff --git a/cpukit/rtems/src/msgqident.c b/cpukit/rtems/src/msgqident.c index dfd68d21f0..fd5728d51e 100644 --- a/cpukit/rtems/src/msgqident.c +++ b/cpukit/rtems/src/msgqident.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicMessageQueueImpl + * @ingroup RTEMSImplClassicMessage * * @brief rtems_message_queue_ident() Implementation */ diff --git a/cpukit/rtems/src/part.c b/cpukit/rtems/src/part.c index 0d7e352b60..8fcfdf546d 100644 --- a/cpukit/rtems/src/part.c +++ b/cpukit/rtems/src/part.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicPartImpl + * @ingroup RTEMSImplClassicPartition * * @brief This source file contains a definition of ::_Partition_Information * with zero objects. diff --git a/cpukit/rtems/src/partcreate.c b/cpukit/rtems/src/partcreate.c index 7eea6b3bcf..ca8e4693b8 100644 --- a/cpukit/rtems/src/partcreate.c +++ b/cpukit/rtems/src/partcreate.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicPartImpl + * @ingroup RTEMSImplClassicPartition * * @brief This source file contains the implementation of * rtems_partition_create(). diff --git a/cpukit/rtems/src/partdelete.c b/cpukit/rtems/src/partdelete.c index f0d04f94a0..37123dc6ad 100644 --- a/cpukit/rtems/src/partdelete.c +++ b/cpukit/rtems/src/partdelete.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicPartImpl + * @ingroup RTEMSImplClassicPartition * * @brief This source file contains the implementation of * rtems_partition_delete(). diff --git a/cpukit/rtems/src/partgetbuffer.c b/cpukit/rtems/src/partgetbuffer.c index 2061ff151e..8d7c3d5312 100644 --- a/cpukit/rtems/src/partgetbuffer.c +++ b/cpukit/rtems/src/partgetbuffer.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicPartImpl + * @ingroup RTEMSImplClassicPartition * * @brief This source file contains the implementation of * rtems_partition_get_buffer(). diff --git a/cpukit/rtems/src/partident.c b/cpukit/rtems/src/partident.c index fb509fddfd..fc1c108add 100644 --- a/cpukit/rtems/src/partident.c +++ b/cpukit/rtems/src/partident.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicPartImpl + * @ingroup RTEMSImplClassicPartition * * @brief This source file contains the implementation of * rtems_partition_ident(). diff --git a/cpukit/rtems/src/partreturnbuffer.c b/cpukit/rtems/src/partreturnbuffer.c index 6d7b71a7e5..f5ab7d85f9 100644 --- a/cpukit/rtems/src/partreturnbuffer.c +++ b/cpukit/rtems/src/partreturnbuffer.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicPartImpl + * @ingroup RTEMSImplClassicPartition * * @brief This source file contains the implementation of * rtems_partition_return_buffer(). diff --git a/cpukit/rtems/src/ratemonident.c b/cpukit/rtems/src/ratemonident.c index 67ba13b476..8a62f2752c 100644 --- a/cpukit/rtems/src/ratemonident.c +++ b/cpukit/rtems/src/ratemonident.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicRateMonImpl + * @ingroup RTEMSImplClassicRateMonotonic * * @brief rtems_rate_monotonic_ident() Implementation */ diff --git a/cpukit/rtems/src/regionident.c b/cpukit/rtems/src/regionident.c index c8a643c356..3eadd4afad 100644 --- a/cpukit/rtems/src/regionident.c +++ b/cpukit/rtems/src/regionident.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicRegionImpl + * @ingroup RTEMSImplClassicRegion * * @brief rtems_region_ident() Implementation */ diff --git a/cpukit/rtems/src/rtemsmaxprio.c b/cpukit/rtems/src/rtemsmaxprio.c index 5a46c6be91..1ed5166962 100644 --- a/cpukit/rtems/src/rtemsmaxprio.c +++ b/cpukit/rtems/src/rtemsmaxprio.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicTasksImpl + * @ingroup RTEMSImplClassicTask */ /* diff --git a/cpukit/rtems/src/rtemsnametoid.c b/cpukit/rtems/src/rtemsnametoid.c index 43a6d20908..7fc778ba8c 100644 --- a/cpukit/rtems/src/rtemsnametoid.c +++ b/cpukit/rtems/src/rtemsnametoid.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicObjectImpl + * @ingroup RTEMSImplClassicObject * * @brief _RTEMS_Name_to_id() Implementation */ diff --git a/cpukit/rtems/src/semident.c b/cpukit/rtems/src/semident.c index 93c325c48d..5edfb20180 100644 --- a/cpukit/rtems/src/semident.c +++ b/cpukit/rtems/src/semident.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicSemImpl + * @ingroup RTEMSImplClassicSemaphore * * @brief rtems_semaphore_ident() Implementation */ diff --git a/cpukit/rtems/src/systemeventreceive.c b/cpukit/rtems/src/systemeventreceive.c index 30e5adcd2c..90d3b03373 100644 --- a/cpukit/rtems/src/systemeventreceive.c +++ b/cpukit/rtems/src/systemeventreceive.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicEventImpl + * @ingroup RTEMSImplClassicEvent * * @brief This source file contains the implementation of * rtems_event_system_receive(). diff --git a/cpukit/rtems/src/systemeventsend.c b/cpukit/rtems/src/systemeventsend.c index 6a83ec4726..013ea5e88f 100644 --- a/cpukit/rtems/src/systemeventsend.c +++ b/cpukit/rtems/src/systemeventsend.c @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicEventImpl + * @ingroup RTEMSImplClassicEvent * * @brief This source file contains the implementation of * rtems_event_system_send(). diff --git a/cpukit/rtems/src/taskident.c b/cpukit/rtems/src/taskident.c index 501bd0b05f..c92a050f29 100644 --- a/cpukit/rtems/src/taskident.c +++ b/cpukit/rtems/src/taskident.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicTasksImpl + * @ingroup RTEMSImplClassicTask * * @brief rtems_task_ident() Implementation */ diff --git a/cpukit/rtems/src/timerident.c b/cpukit/rtems/src/timerident.c index 8259507c15..273af1564c 100644 --- a/cpukit/rtems/src/timerident.c +++ b/cpukit/rtems/src/timerident.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup ClassicTimerImpl + * @ingroup RTEMSImplClassicTimer * * @brief rtems_timer_ident() Implementation */ -- cgit v1.2.3