summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:38:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:38:57 +0000
commit8549b6c0600a56278fd137c5f19a8f7cb6662c8c (patch)
tree6204236d42b960c51d0477d68a900eb65ff20dc2
parent2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-8549b6c0600a56278fd137c5f19a8f7cb6662c8c.tar.bz2
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/avr.h: Add doxygen preamble. * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
-rw-r--r--cpukit/score/cpu/avr/ChangeLog7
-rw-r--r--cpukit/score/cpu/avr/rtems/score/avr.h7
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu.h7
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu_asm.h6
-rw-r--r--cpukit/score/cpu/avr/rtems/score/types.h7
5 files changed, 26 insertions, 8 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index d6897f38ab..73e4633e6f 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * rtems/score/avr.h: Add doxygen preamble.
+ * rtems/score/cpu.h: Add doxygen preamble.
+ * rtems/score/cpu_asm.h: Add doxygen preamble.
+ * rtems/score/types.h: Add doxygen preamble.
+
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/types.h: s/no_cpu/avr/g.
diff --git a/cpukit/score/cpu/avr/rtems/score/avr.h b/cpukit/score/cpu/avr/rtems/score/avr.h
index 77a574dcfb..bef29fdca7 100644
--- a/cpukit/score/cpu/avr/rtems/score/avr.h
+++ b/cpukit/score/cpu/avr/rtems/score/avr.h
@@ -1,5 +1,8 @@
-/* avr.h
- *
+/**
+ * @file rtems/score/avr.h
+ */
+
+/*
* This file sets up basic CPU dependency settings based on
* compiler settings. For example, it can determine if
* floating point is available. This particular implementation
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu.h b/cpukit/score/cpu/avr/rtems/score/cpu.h
index 02065aefb7..69d7e91e8f 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu.h
@@ -1,5 +1,8 @@
-/* cpu.h
- *
+/**
+ * @file rtems/score/cpu.h
+ */
+
+/*
* This include file contains information pertaining to the XXX
* processor.
*
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu_asm.h b/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
index 70e9b2fd4a..94fa05bcd6 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
@@ -1,6 +1,8 @@
+/**
+ * @file rtems/score/cpu_asm.h
+ */
+
/*
- * cpu_asm.h
- *
* Very loose template for an include file for the cpu_asm.? file
* if it is implemented as a ".S" file (preprocessed by cpp) instead
* of a ".s" file (preprocessed by gm4 or gasp).
diff --git a/cpukit/score/cpu/avr/rtems/score/types.h b/cpukit/score/cpu/avr/rtems/score/types.h
index 707c91d044..7d8f2dc85e 100644
--- a/cpukit/score/cpu/avr/rtems/score/types.h
+++ b/cpukit/score/cpu/avr/rtems/score/types.h
@@ -1,5 +1,8 @@
-/* types.h
- *
+/**
+ * @file rtems/score/types.h
+ */
+
+/*
* This include file contains type definitions pertaining to the Intel
* avr processor family.
*