summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/src/barrierident.c2
-rw-r--r--cpukit/rtems/src/dpmemident.c2
-rw-r--r--cpukit/rtems/src/eventmp.c2
-rw-r--r--cpukit/rtems/src/eventreceive.c2
-rw-r--r--cpukit/rtems/src/eventseize.c2
-rw-r--r--cpukit/rtems/src/eventsend.c2
-rw-r--r--cpukit/rtems/src/eventsurrender.c2
-rw-r--r--cpukit/rtems/src/msgqcreate.c2
-rw-r--r--cpukit/rtems/src/msgqident.c2
-rw-r--r--cpukit/rtems/src/part.c2
-rw-r--r--cpukit/rtems/src/partcreate.c2
-rw-r--r--cpukit/rtems/src/partdelete.c2
-rw-r--r--cpukit/rtems/src/partgetbuffer.c2
-rw-r--r--cpukit/rtems/src/partident.c2
-rw-r--r--cpukit/rtems/src/partreturnbuffer.c2
-rw-r--r--cpukit/rtems/src/ratemonident.c2
-rw-r--r--cpukit/rtems/src/regionident.c2
-rw-r--r--cpukit/rtems/src/rtemsmaxprio.c2
-rw-r--r--cpukit/rtems/src/rtemsnametoid.c2
-rw-r--r--cpukit/rtems/src/semident.c2
-rw-r--r--cpukit/rtems/src/systemeventreceive.c2
-rw-r--r--cpukit/rtems/src/systemeventsend.c2
-rw-r--r--cpukit/rtems/src/taskident.c2
-rw-r--r--cpukit/rtems/src/timerident.c2
24 files changed, 24 insertions, 24 deletions
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
*/