summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:39:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:39:25 +0000
commita911a772c47faa19d30f401cd85a632ce4216309 (patch)
treece95a305839f59a89c242144567044624316a343
parent2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a911a772c47faa19d30f401cd85a632ce4216309.tar.bz2
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble. * rtems/score/m68k.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
-rw-r--r--cpukit/score/cpu/m68k/ChangeLog6
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/cpu.h7
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/m68k.h7
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/types.h7
4 files changed, 21 insertions, 6 deletions
diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog
index 9433c220b5..a3939b9189 100644
--- a/cpukit/score/cpu/m68k/ChangeLog
+++ b/cpukit/score/cpu/m68k/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * rtems/score/cpu.h: Add doxygen preamble.
+ * rtems/score/m68k.h: Add doxygen preamble.
+ * rtems/score/types.h: Add doxygen preamble.
+
2004-07-25 Joel Sherrill <joel@OARcorp.com>
* rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h
index 968f6d6def..d2cdefacff 100644
--- a/cpukit/score/cpu/m68k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h
@@ -1,5 +1,8 @@
-/* cpu.h
- *
+/**
+ * @file rtems/score/cpu.h
+ */
+
+/*
* This include file contains information pertaining to the Motorola
* m68xxx processor family.
*
diff --git a/cpukit/score/cpu/m68k/rtems/score/m68k.h b/cpukit/score/cpu/m68k/rtems/score/m68k.h
index 61aef88365..90313f77bc 100644
--- a/cpukit/score/cpu/m68k/rtems/score/m68k.h
+++ b/cpukit/score/cpu/m68k/rtems/score/m68k.h
@@ -1,5 +1,8 @@
-/* m68k.h
- *
+/**
+ * @file rtems/score/m68k.h
+ */
+
+/*
* This include file contains information pertaining to the Motorola
* m68xxx processor family.
*
diff --git a/cpukit/score/cpu/m68k/rtems/score/types.h b/cpukit/score/cpu/m68k/rtems/score/types.h
index 954e58a790..db08d6ebb7 100644
--- a/cpukit/score/cpu/m68k/rtems/score/types.h
+++ b/cpukit/score/cpu/m68k/rtems/score/types.h
@@ -1,5 +1,8 @@
-/* m68ktypes.h
- *
+/**
+ * @file rtems/score/types.h
+ */
+
+/*
* This include file contains type definitions pertaining to the Motorola
* m68xxx processor family.
*