summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/rtems/asm.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-08 13:36:13 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-08 13:36:58 -0600
commit4f5740fd6cf79a6a000191a81e5297bc515eb9d7 (patch)
tree4007c35db32e4741cdcb1cca0778852566f549d8 /cpukit/score/cpu/sh/rtems/asm.h
parentleon3: disable unused ISR handler (diff)
downloadrtems-4f5740fd6cf79a6a000191a81e5297bc515eb9d7.tar.bz2
score: Doxygen Clean Up Task #16
Diffstat (limited to 'cpukit/score/cpu/sh/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/sh/rtems/asm.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/cpukit/score/cpu/sh/rtems/asm.h b/cpukit/score/cpu/sh/rtems/asm.h
index b2cbce6020..d7ad694365 100644
--- a/cpukit/score/cpu/sh/rtems/asm.h
+++ b/cpukit/score/cpu/sh/rtems/asm.h
@@ -1,20 +1,23 @@
/**
- * @file rtems/asm.h
+ * @file
*
- * 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 %.
+ * @brief Address the Problems Caused by Incompatible Flavor of
+ * Assemblers and Toolsets
+ *
+ * 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.
*/
/*
* Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de) and
* Bernd Becker (becker@faw.uni-ulm.de)
*
- * NOTE: The spacing in the use of these macros
- * is critical to them working as advertised.
- *
* COPYRIGHT:
*
* This file is based on similar code found in newlib available