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/cpu/lm32/rtems/score/cpu.h | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'cpukit/score/cpu/lm32/rtems') diff --git a/cpukit/score/cpu/lm32/rtems/score/cpu.h b/cpukit/score/cpu/lm32/rtems/score/cpu.h index 865b19f523..1f8a370700 100644 --- a/cpukit/score/cpu/lm32/rtems/score/cpu.h +++ b/cpukit/score/cpu/lm32/rtems/score/cpu.h @@ -344,8 +344,8 @@ extern "C" { * * This group assists in issues related to processor endianness. * - * @{ */ +/**@{**/ /** * Define what is required to specify how the network to host conversion @@ -441,9 +441,8 @@ extern "C" { * Port Specific Information: * * XXX document implementation including references if appropriate - * - * @{ */ +/**@{**/ /** * This defines the minimal set of integer and processor state registers @@ -546,9 +545,8 @@ SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context; * Port Specific Information: * * XXX document implementation including references if appropriate - * - * @{ */ +/**@{**/ /* * Nothing prevents the porter from declaring more CPU specific variables. @@ -693,9 +691,8 @@ SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context; /** * @addtogroup CPUInterrupt - * - * @{ */ +/**@{**/ /** * Support routine to initialize the RTEMS vector table after it is allocated. @@ -925,9 +922,8 @@ extern char _gp[]; * * This set of routines are used to implement fast searches for * the most important ready task. - * - * @{ */ +/**@{**/ /** * This definition is set to TRUE if the port uses the generic bitfield @@ -1071,9 +1067,8 @@ void _CPU_Initialize(void); /** * @addtogroup CPUInterrupt - * - * @{ */ +/**@{**/ /** * This routine installs a "raw" interrupt handler directly into the @@ -1154,9 +1149,8 @@ void _CPU_Context_switch( /** * @addtogroup CPUContext - * - * @{ */ +/**@{**/ /** * This routine is generally used only to restart self in an -- cgit v1.2.3