summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/h8300/ChangeLog6
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/cpu.h7
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/h8300.h7
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/types.h7
4 files changed, 21 insertions, 6 deletions
diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog
index 2b3ce83d94..3a118599dd 100644
--- a/cpukit/score/cpu/h8300/ChangeLog
+++ b/cpukit/score/cpu/h8300/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * rtems/score/cpu.h: Add doxygen preamble.
+ * rtems/score/h8300.h: Add doxygen preamble.
+ * rtems/score/types.h: Add doxygen preamble.
+
2004-09-29 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: i960 obsoleted and all references removed.
diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h
index 79434ebe65..60cf75ad0b 100644
--- a/cpukit/score/cpu/h8300/rtems/score/cpu.h
+++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h
@@ -1,5 +1,8 @@
-/* cpu.h
- *
+/**
+ * @file rtems/score/cpu.h
+ */
+
+/*
* This include file contains information pertaining to the H8300
* processor.
*
diff --git a/cpukit/score/cpu/h8300/rtems/score/h8300.h b/cpukit/score/cpu/h8300/rtems/score/h8300.h
index c051d9e77f..274b056456 100644
--- a/cpukit/score/cpu/h8300/rtems/score/h8300.h
+++ b/cpukit/score/cpu/h8300/rtems/score/h8300.h
@@ -1,5 +1,8 @@
-/* h8300.h
- *
+/**
+ * @file rtems/score/h8300.h
+ */
+
+/*
* This file contains information pertaining to the Hitachi H8/300
* processor family.
*
diff --git a/cpukit/score/cpu/h8300/rtems/score/types.h b/cpukit/score/cpu/h8300/rtems/score/types.h
index cc0524aa62..b844d48b7e 100644
--- a/cpukit/score/cpu/h8300/rtems/score/types.h
+++ b/cpukit/score/cpu/h8300/rtems/score/types.h
@@ -1,5 +1,8 @@
-/* h8300types.h
- *
+/**
+ * @file rtems/score/types.h
+ */
+
+/*
* This include file contains type definitions pertaining to the Hitachi
* h8300 processor family.
*