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/no_cpu/rtems/score/cpu.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/score/cpu/no_cpu/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h index 87dd232021..8c4a61bbb4 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h @@ -389,8 +389,8 @@ extern "C" { * be an improvement on the PowerPC and SPARC. The struct timespec * and the executables with int64 not inlined are about the same size. * - * @{ */ +/**@{**/ /** * Selects the timestamp implementation using struct timespec. @@ -426,8 +426,8 @@ extern "C" { * * This group assists in issues related to processor endianness. * - * @{ */ +/**@{**/ /** * Define what is required to specify how the network to host conversion @@ -525,8 +525,8 @@ extern "C" { * * XXX document implementation including references if appropriate * - * @{ */ +/**@{**/ /** * @ingroup Management @@ -1013,8 +1013,8 @@ uint32_t _CPU_ISR_Get_level( void ); * 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 -- cgit v1.2.3