summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/rtems/score
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/cpu/bfin/rtems/score
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/cpu/bfin/rtems/score')
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/cpu.h17
1 files changed, 6 insertions, 11 deletions
diff --git a/cpukit/score/cpu/bfin/rtems/score/cpu.h b/cpukit/score/cpu/bfin/rtems/score/cpu.h
index 425fc68fa7..1b265276ba 100644
--- a/cpukit/score/cpu/bfin/rtems/score/cpu.h
+++ b/cpukit/score/cpu/bfin/rtems/score/cpu.h
@@ -363,8 +363,8 @@ extern "C" {
*
* This group assists in issues related to processor endianness.
*
- * @{
*/
+/**@{**/
/**
* Define what is required to specify how the network to host conversion
@@ -460,9 +460,8 @@ extern "C" {
* Port Specific Information:
*
* XXX document implementation including references if appropriate
- *
- * @{
*/
+/**@{**/
#ifndef ASM
@@ -547,9 +546,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.
@@ -700,9 +698,8 @@ SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context;
/**
* @addtogroup CPUInterrupt
- *
- * @{
*/
+/**@{**/
/**
* Support routine to initialize the RTEMS vector table after it is allocated.
@@ -939,9 +936,8 @@ void _CPU_Context_Initialize(
*
* 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
@@ -1149,9 +1145,8 @@ void *_CPU_Thread_Idle_body( uintptr_t ignored );
/**
* @addtogroup CPUContext
- *
- * @{
*/
+/**@{**/
/**
* This routine switches from the run context to the heir context.