From b697bc6a44a4a41f3025b833847adf96f6052bdd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 10 Jan 2013 15:06:42 -0600 Subject: 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. --- cpukit/score/inline/rtems/score/address.inl | 3 +-- cpukit/score/inline/rtems/score/chain.inl | 3 +-- cpukit/score/inline/rtems/score/corebarrier.inl | 3 +-- cpukit/score/inline/rtems/score/coremsg.inl | 3 +-- cpukit/score/inline/rtems/score/coremutex.inl | 3 +-- cpukit/score/inline/rtems/score/corerwlock.inl | 3 +-- cpukit/score/inline/rtems/score/coresem.inl | 3 +-- cpukit/score/inline/rtems/score/corespinlock.inl | 3 +-- cpukit/score/inline/rtems/score/heap.inl | 3 +-- cpukit/score/inline/rtems/score/isr.inl | 3 +-- cpukit/score/inline/rtems/score/mppkt.inl | 3 +-- cpukit/score/inline/rtems/score/objectmp.inl | 3 +-- cpukit/score/inline/rtems/score/priority.inl | 3 +-- cpukit/score/inline/rtems/score/prioritybitmap.inl | 3 +-- cpukit/score/inline/rtems/score/rbtree.inl | 3 +-- cpukit/score/inline/rtems/score/scheduler.inl | 3 +-- cpukit/score/inline/rtems/score/schedulerpriority.inl | 3 +-- cpukit/score/inline/rtems/score/schedulersimple.inl | 3 +-- cpukit/score/inline/rtems/score/stack.inl | 3 +-- cpukit/score/inline/rtems/score/states.inl | 5 ++--- cpukit/score/inline/rtems/score/sysstate.inl | 3 +-- cpukit/score/inline/rtems/score/thread.inl | 3 +-- cpukit/score/inline/rtems/score/threadmp.inl | 3 +-- cpukit/score/inline/rtems/score/threadq.inl | 3 +-- cpukit/score/inline/rtems/score/tod.inl | 3 +-- cpukit/score/inline/rtems/score/tqdata.inl | 3 +-- 26 files changed, 27 insertions(+), 53 deletions(-) (limited to 'cpukit/score/inline') 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 #include 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 /* 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 #include 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 #include 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 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 -- cgit v1.2.3