summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/iomx8.h
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/avr/avr/iomx8.h
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/avr/avr/iomx8.h')
-rw-r--r--cpukit/score/cpu/avr/avr/iomx8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/avr/avr/iomx8.h b/cpukit/score/cpu/avr/avr/iomx8.h
index 477ea0a747..f145d9d27d 100644
--- a/cpukit/score/cpu/avr/avr/iomx8.h
+++ b/cpukit/score/cpu/avr/avr/iomx8.h
@@ -49,8 +49,8 @@
/**
* @name I/O Registers
*
- * @{
*/
+/**@{**/
/* Port B */
#define PINB _SFR_IO8 (0x03)
@@ -628,8 +628,8 @@
/**
* @name Interrupt Vectors
*
- * @{
*/
+/**@{**/
/* External Interrupt Request 0 */
#define INT0_vect _VECTOR(1)
#define SIG_INTERRUPT0 _VECTOR(1)