summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:40:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:40:06 +0000
commiteeb3a99a64ef81ba2fec1652fb6742ab4350f4be (patch)
tree62050ec1d3aac8fe1d8e158db4f0e8ff5f42aee4
parent2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-eeb3a99a64ef81ba2fec1652fb6742ab4350f4be.tar.bz2
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble. * rtems/score/sh.h: Add doxygen preamble. * rtems/score/sh_io.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
-rw-r--r--cpukit/score/cpu/sh/ChangeLog7
-rw-r--r--cpukit/score/cpu/sh/rtems/score/cpu.h4
-rw-r--r--cpukit/score/cpu/sh/rtems/score/sh.h7
-rw-r--r--cpukit/score/cpu/sh/rtems/score/sh_io.h4
-rw-r--r--cpukit/score/cpu/sh/rtems/score/types.h4
5 files changed, 24 insertions, 2 deletions
diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog
index c79e451b7f..e417198513 100644
--- a/cpukit/score/cpu/sh/ChangeLog
+++ b/cpukit/score/cpu/sh/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * rtems/score/cpu.h: Add doxygen preamble.
+ * rtems/score/sh.h: Add doxygen preamble.
+ * rtems/score/sh_io.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/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h
index eaa3898d62..a546ebf1df 100644
--- a/cpukit/score/cpu/sh/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sh/rtems/score/cpu.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/score/cpu.h
+ */
+
/*
* This include file contains information pertaining to the Hitachi SH
* processor.
diff --git a/cpukit/score/cpu/sh/rtems/score/sh.h b/cpukit/score/cpu/sh/rtems/score/sh.h
index 691332e540..3606e8617a 100644
--- a/cpukit/score/cpu/sh/rtems/score/sh.h
+++ b/cpukit/score/cpu/sh/rtems/score/sh.h
@@ -1,5 +1,8 @@
-/* sh.h
- *
+/**
+ * @file rtems/score/sh.h
+ */
+
+/*
* This include file contains information pertaining to the Hitachi SH
* processor.
*
diff --git a/cpukit/score/cpu/sh/rtems/score/sh_io.h b/cpukit/score/cpu/sh/rtems/score/sh_io.h
index 5be558093e..44b62b6c0e 100644
--- a/cpukit/score/cpu/sh/rtems/score/sh_io.h
+++ b/cpukit/score/cpu/sh/rtems/score/sh_io.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/score/sh_io.h
+ */
+
/*
* These are some macros to access memory mapped devices
* on the SH7000-architecture.
diff --git a/cpukit/score/cpu/sh/rtems/score/types.h b/cpukit/score/cpu/sh/rtems/score/types.h
index d60a0ae9b5..99809eb70d 100644
--- a/cpukit/score/cpu/sh/rtems/score/types.h
+++ b/cpukit/score/cpu/sh/rtems/score/types.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/score/types.h
+ */
+
/*
* This include file contains information pertaining to the Hitachi SH
* processor.