summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/rtems/asm.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-08 09:22:33 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-08 09:23:30 -0600
commit66fffc747336e40ca78957dcea073fb9c4ec9e39 (patch)
treebfb2b1d2a80dd368b5d78e2751f37206dc8de7f8 /cpukit/score/cpu/arm/rtems/asm.h
parentlibfs: Doxygen Clean Up Task #1 (diff)
downloadrtems-66fffc747336e40ca78957dcea073fb9c4ec9e39.tar.bz2
score: Doxygen Clean Up Task #15
Diffstat (limited to 'cpukit/score/cpu/arm/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/arm/rtems/asm.h22
1 files changed, 9 insertions, 13 deletions
diff --git a/cpukit/score/cpu/arm/rtems/asm.h b/cpukit/score/cpu/arm/rtems/asm.h
index e6951dbb28..affb2e8f50 100644
--- a/cpukit/score/cpu/arm/rtems/asm.h
+++ b/cpukit/score/cpu/arm/rtems/asm.h
@@ -1,21 +1,17 @@
/**
* @file
*
- * @ingroup ScoreCPU
+ * @brief ARM Assembler Support API
*
- * @brief ARM assembler support API.
- */
-
-/*
- * This include file attempts to address the problems
- * caused by incompatible flavors of assemblers and
- * toolsets. It primarily addresses variations in the
- * use of leading underscores on symbols and the requirement
- * that register names be preceded by a %.
+ * This include file attempts to address the problems
+ * caused by incompatible flavors of assemblers and
+ * toolsets. It primarily addresses variations in the
+ * use of leading underscores on symbols and the requirement
+ * that register names be preceded by a %.
*
*
- * NOTE: The spacing in the use of these macros
- * is critical to them working as advertised.
+ * NOTE: The spacing in the use of these macros
+ * is critical to them working as advertised.
*/
/*
@@ -53,7 +49,7 @@
*
* @ingroup ScoreCPU
*
- * @brief ARM assembler support.
+ * @brief ARM Assembler Support
*
* @{
*/