summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/h8300/rtems')
-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
3 files changed, 15 insertions, 6 deletions
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.
*