summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/sfr_defs.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/sfr_defs.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 '')
-rw-r--r--cpukit/score/cpu/avr/avr/sfr_defs.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/cpukit/score/cpu/avr/avr/sfr_defs.h b/cpukit/score/cpu/avr/avr/sfr_defs.h
index c2ebe6931b..2b8392689a 100644
--- a/cpukit/score/cpu/avr/avr/sfr_defs.h
+++ b/cpukit/score/cpu/avr/avr/sfr_defs.h
@@ -121,9 +121,8 @@
* <tt>__SFR_OFFSET</tt> are supported - the @c _SFR_ADDR(SPMCR) macro can be
* used to get the address of the @c SPMCR register (0x57 or 0x68 depending on
* device).
- *
- * @{
*/
+/**@{**/
#ifdef __ASSEMBLER__
#define _SFR_ASM_COMPAT 1
@@ -203,9 +202,8 @@
/**
* @name Bit Manipulation
- *
- * @{
*/
+/**@{**/
/**
* @code #include <avr/io.h> @endcode
@@ -229,9 +227,8 @@
/**
* @name IO Register Bit Manipulation
- *
- * @{
*/
+/**@{**/
/**
* @code #include <avr/io.h> @endcode