summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 15:06:42 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:47 -0600
commitb697bc6a44a4a41f3025b833847adf96f6052bdd (patch)
treef5b92442b085535f82e63c0c7d3ca71005579fd0 /cpukit/score/inline
parentcpukit: Add EOL on files missing EOL at EOF (diff)
downloadrtems-b697bc6a44a4a41f3025b833847adf96f6052bdd.tar.bz2
cpukit: Use Consistent Beginning of Doxygen Group Notation
This is the result of a sed script which converts all uses of @{ into a consistent form.
Diffstat (limited to 'cpukit/score/inline')
-rw-r--r--cpukit/score/inline/rtems/score/address.inl3
-rw-r--r--cpukit/score/inline/rtems/score/chain.inl3
-rw-r--r--cpukit/score/inline/rtems/score/corebarrier.inl3
-rw-r--r--cpukit/score/inline/rtems/score/coremsg.inl3
-rw-r--r--cpukit/score/inline/rtems/score/coremutex.inl3
-rw-r--r--cpukit/score/inline/rtems/score/corerwlock.inl3
-rw-r--r--cpukit/score/inline/rtems/score/coresem.inl3
-rw-r--r--cpukit/score/inline/rtems/score/corespinlock.inl3
-rw-r--r--cpukit/score/inline/rtems/score/heap.inl3
-rw-r--r--cpukit/score/inline/rtems/score/isr.inl3
-rw-r--r--cpukit/score/inline/rtems/score/mppkt.inl3
-rw-r--r--cpukit/score/inline/rtems/score/objectmp.inl3
-rw-r--r--cpukit/score/inline/rtems/score/priority.inl3
-rw-r--r--cpukit/score/inline/rtems/score/prioritybitmap.inl3
-rw-r--r--cpukit/score/inline/rtems/score/rbtree.inl3
-rw-r--r--cpukit/score/inline/rtems/score/scheduler.inl3
-rw-r--r--cpukit/score/inline/rtems/score/schedulerpriority.inl3
-rw-r--r--cpukit/score/inline/rtems/score/schedulersimple.inl3
-rw-r--r--cpukit/score/inline/rtems/score/stack.inl3
-rw-r--r--cpukit/score/inline/rtems/score/states.inl5
-rw-r--r--cpukit/score/inline/rtems/score/sysstate.inl3
-rw-r--r--cpukit/score/inline/rtems/score/thread.inl3
-rw-r--r--cpukit/score/inline/rtems/score/threadmp.inl3
-rw-r--r--cpukit/score/inline/rtems/score/threadq.inl3
-rw-r--r--cpukit/score/inline/rtems/score/tod.inl3
-rw-r--r--cpukit/score/inline/rtems/score/tqdata.inl3
26 files changed, 27 insertions, 53 deletions
diff --git a/cpukit/score/inline/rtems/score/address.inl b/cpukit/score/inline/rtems/score/address.inl
index ba42fec92e..17bcd0a016 100644
--- a/cpukit/score/inline/rtems/score/address.inl
+++ b/cpukit/score/inline/rtems/score/address.inl
@@ -27,9 +27,8 @@
/**
* @addtogroup ScoreAddress
- *
- * @{
*/
+/**@{**/
/**
* @brief Add offset to an address.
diff --git a/cpukit/score/inline/rtems/score/chain.inl b/cpukit/score/inline/rtems/score/chain.inl
index d122415e66..7290d6ecac 100644
--- a/cpukit/score/inline/rtems/score/chain.inl
+++ b/cpukit/score/inline/rtems/score/chain.inl
@@ -24,9 +24,8 @@
/**
* @addtogroup ScoreChain
- *
- * @{
*/
+/**@{**/
/**
* @brief Set off chain.
diff --git a/cpukit/score/inline/rtems/score/corebarrier.inl b/cpukit/score/inline/rtems/score/corebarrier.inl
index 5c41179de4..72ad670a70 100644
--- a/cpukit/score/inline/rtems/score/corebarrier.inl
+++ b/cpukit/score/inline/rtems/score/corebarrier.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreBarrier
- *
- * @{
*/
+/**@{**/
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
diff --git a/cpukit/score/inline/rtems/score/coremsg.inl b/cpukit/score/inline/rtems/score/coremsg.inl
index 2db8c971bd..986fc3f6a4 100644
--- a/cpukit/score/inline/rtems/score/coremsg.inl
+++ b/cpukit/score/inline/rtems/score/coremsg.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreMessageQueue
- *
- * @{
*/
+/**@{**/
#include <string.h> /* needed for memcpy */
diff --git a/cpukit/score/inline/rtems/score/coremutex.inl b/cpukit/score/inline/rtems/score/coremutex.inl
index d0266a0a42..f41a4de0b8 100644
--- a/cpukit/score/inline/rtems/score/coremutex.inl
+++ b/cpukit/score/inline/rtems/score/coremutex.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreMutex
- *
- * @{
*/
+/**@{**/
/**
* @brief Is mutex locked.
diff --git a/cpukit/score/inline/rtems/score/corerwlock.inl b/cpukit/score/inline/rtems/score/corerwlock.inl
index c9d499b5c9..d1be4b2589 100644
--- a/cpukit/score/inline/rtems/score/corerwlock.inl
+++ b/cpukit/score/inline/rtems/score/corerwlock.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreRWLock
- *
- * @{
*/
+/**@{**/
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
diff --git a/cpukit/score/inline/rtems/score/coresem.inl b/cpukit/score/inline/rtems/score/coresem.inl
index 91f4aa17f1..69a7b2627d 100644
--- a/cpukit/score/inline/rtems/score/coresem.inl
+++ b/cpukit/score/inline/rtems/score/coresem.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreSemaphore
- *
- * @{
*/
+/**@{**/
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
diff --git a/cpukit/score/inline/rtems/score/corespinlock.inl b/cpukit/score/inline/rtems/score/corespinlock.inl
index 28f4fc75bc..76f5c4446a 100644
--- a/cpukit/score/inline/rtems/score/corespinlock.inl
+++ b/cpukit/score/inline/rtems/score/corespinlock.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreSpinlock
- *
- * @{
*/
+/**@{**/
/**
* This method is used to initialize core spinlock attributes.
diff --git a/cpukit/score/inline/rtems/score/heap.inl b/cpukit/score/inline/rtems/score/heap.inl
index 7850f7a920..4a346bdf21 100644
--- a/cpukit/score/inline/rtems/score/heap.inl
+++ b/cpukit/score/inline/rtems/score/heap.inl
@@ -24,9 +24,8 @@
/**
* @addtogroup ScoreHeap
- *
- * @{
*/
+/**@{**/
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Free_list_head( Heap_Control *heap )
{
diff --git a/cpukit/score/inline/rtems/score/isr.inl b/cpukit/score/inline/rtems/score/isr.inl
index fb450e4a11..c46c585f55 100644
--- a/cpukit/score/inline/rtems/score/isr.inl
+++ b/cpukit/score/inline/rtems/score/isr.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreISR
- *
- * @{
*/
+/**@{**/
#if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE)
/**
diff --git a/cpukit/score/inline/rtems/score/mppkt.inl b/cpukit/score/inline/rtems/score/mppkt.inl
index 2e681cdfff..0f9c6b2fcd 100644
--- a/cpukit/score/inline/rtems/score/mppkt.inl
+++ b/cpukit/score/inline/rtems/score/mppkt.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreMPPacket
- *
- * @{
*/
+/**@{**/
/**
* This function returns true if the the_packet_class is valid,
diff --git a/cpukit/score/inline/rtems/score/objectmp.inl b/cpukit/score/inline/rtems/score/objectmp.inl
index 48e59d0a15..e6734cf352 100644
--- a/cpukit/score/inline/rtems/score/objectmp.inl
+++ b/cpukit/score/inline/rtems/score/objectmp.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreObjectMP
- *
- * @{
*/
+/**@{**/
/**
* This function allocates a Global Object control block.
diff --git a/cpukit/score/inline/rtems/score/priority.inl b/cpukit/score/inline/rtems/score/priority.inl
index 7059682bf1..5c7c6b3402 100644
--- a/cpukit/score/inline/rtems/score/priority.inl
+++ b/cpukit/score/inline/rtems/score/priority.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScorePriority
- *
- * @{
*/
+/**@{**/
/**
* This function returns true if the_priority if valid for a
diff --git a/cpukit/score/inline/rtems/score/prioritybitmap.inl b/cpukit/score/inline/rtems/score/prioritybitmap.inl
index 01fa32686e..70844fa0e3 100644
--- a/cpukit/score/inline/rtems/score/prioritybitmap.inl
+++ b/cpukit/score/inline/rtems/score/prioritybitmap.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScorePriority
- *
- * @{
*/
+/**@{**/
#include <rtems/score/bitfield.h>
diff --git a/cpukit/score/inline/rtems/score/rbtree.inl b/cpukit/score/inline/rtems/score/rbtree.inl
index dfa8c265fa..7bbb9c6af0 100644
--- a/cpukit/score/inline/rtems/score/rbtree.inl
+++ b/cpukit/score/inline/rtems/score/rbtree.inl
@@ -28,9 +28,8 @@
/**
* @addtogroup ScoreRBTree
- *
- * @{
*/
+/**@{**/
/**
* @brief Get the direction opposite to @a the_dir.
diff --git a/cpukit/score/inline/rtems/score/scheduler.inl b/cpukit/score/inline/rtems/score/scheduler.inl
index fcb9f19e88..20460d1540 100644
--- a/cpukit/score/inline/rtems/score/scheduler.inl
+++ b/cpukit/score/inline/rtems/score/scheduler.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreScheduler
- *
- * @{
*/
+/**@{**/
/**
* The preferred method to add a new scheduler is to define the jump table
diff --git a/cpukit/score/inline/rtems/score/schedulerpriority.inl b/cpukit/score/inline/rtems/score/schedulerpriority.inl
index 1209340169..4655f9501f 100644
--- a/cpukit/score/inline/rtems/score/schedulerpriority.inl
+++ b/cpukit/score/inline/rtems/score/schedulerpriority.inl
@@ -28,9 +28,8 @@
/**
* @addtogroup ScoreScheduler
- *
- * @{
*/
+/**@{**/
/**
* @brief Ready queue initialization.
diff --git a/cpukit/score/inline/rtems/score/schedulersimple.inl b/cpukit/score/inline/rtems/score/schedulersimple.inl
index 4c6e27d355..e67fc3cd84 100644
--- a/cpukit/score/inline/rtems/score/schedulersimple.inl
+++ b/cpukit/score/inline/rtems/score/schedulersimple.inl
@@ -27,9 +27,8 @@
/**
* @addtogroup ScoreScheduler
- *
- * @{
*/
+/**@{**/
/**
* This routine puts @a the_thread on to the ready queue.
diff --git a/cpukit/score/inline/rtems/score/stack.inl b/cpukit/score/inline/rtems/score/stack.inl
index 697263bdea..7cb73eef9e 100644
--- a/cpukit/score/inline/rtems/score/stack.inl
+++ b/cpukit/score/inline/rtems/score/stack.inl
@@ -27,9 +27,8 @@
/**
* @addtogroup ScoreStack
- *
- * @{
*/
+/**@{**/
/**
* This routine initializes the_stack record to indicate that
diff --git a/cpukit/score/inline/rtems/score/states.inl b/cpukit/score/inline/rtems/score/states.inl
index 7add9a32d6..8d335c9475 100644
--- a/cpukit/score/inline/rtems/score/states.inl
+++ b/cpukit/score/inline/rtems/score/states.inl
@@ -8,7 +8,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -27,9 +27,8 @@
/**
* @addtogroup ScoreStates
- *
- * @{
*/
+/**@{**/
/**
* This function sets the given states_to_set into the current_state
diff --git a/cpukit/score/inline/rtems/score/sysstate.inl b/cpukit/score/inline/rtems/score/sysstate.inl
index 69d372410a..3fa534ce17 100644
--- a/cpukit/score/inline/rtems/score/sysstate.inl
+++ b/cpukit/score/inline/rtems/score/sysstate.inl
@@ -22,9 +22,8 @@
/**
* @addtogroup ScoreSysState
- *
- * @{
*/
+/**@{**/
RTEMS_INLINE_ROUTINE void _System_state_Set (
System_state_Codes state
diff --git a/cpukit/score/inline/rtems/score/thread.inl b/cpukit/score/inline/rtems/score/thread.inl
index 8309f42261..681cfcc3df 100644
--- a/cpukit/score/inline/rtems/score/thread.inl
+++ b/cpukit/score/inline/rtems/score/thread.inl
@@ -28,9 +28,8 @@
/**
* @addtogroup ScoreThread
- *
- * @{
*/
+/**@{**/
#if defined(RTEMS_SMP)
diff --git a/cpukit/score/inline/rtems/score/threadmp.inl b/cpukit/score/inline/rtems/score/threadmp.inl
index 31af372715..85088d1b73 100644
--- a/cpukit/score/inline/rtems/score/threadmp.inl
+++ b/cpukit/score/inline/rtems/score/threadmp.inl
@@ -27,9 +27,8 @@
/**
* @addtogroup ScoreThreadMP
- *
- * @{
*/
+/**@{**/
/**
* This function returns true if the thread in question is the
diff --git a/cpukit/score/inline/rtems/score/threadq.inl b/cpukit/score/inline/rtems/score/threadq.inl
index e7c6aa5aed..d64638908a 100644
--- a/cpukit/score/inline/rtems/score/threadq.inl
+++ b/cpukit/score/inline/rtems/score/threadq.inl
@@ -27,9 +27,8 @@
/**
* @addtogroup ScoreThreadQ
- *
- * @{
*/
+/**@{**/
/** @} */
diff --git a/cpukit/score/inline/rtems/score/tod.inl b/cpukit/score/inline/rtems/score/tod.inl
index 39849cbb07..89b2634d95 100644
--- a/cpukit/score/inline/rtems/score/tod.inl
+++ b/cpukit/score/inline/rtems/score/tod.inl
@@ -29,9 +29,8 @@
/**
* @addtogroup ScoreTOD
- *
- * @{
*/
+/**@{**/
/**
* This routine deactivates updating of the current time of day.
diff --git a/cpukit/score/inline/rtems/score/tqdata.inl b/cpukit/score/inline/rtems/score/tqdata.inl
index b676eb06ef..c5b85d2786 100644
--- a/cpukit/score/inline/rtems/score/tqdata.inl
+++ b/cpukit/score/inline/rtems/score/tqdata.inl
@@ -25,9 +25,8 @@
/**
* @addtogroup ScoreThreadQ
- *
- * @{
*/
+/**@{**/
/**
* This function returns the index of the priority chain on which