summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:39:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:39:52 +0000
commit8ad91ff4351c704b4012d5279a3fa22adba96715 (patch)
tree6fa0557d3f0a01abe504c9022fe61ad6da34c508
parent2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-8ad91ff4351c704b4012d5279a3fa22adba96715.tar.bz2
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/or32.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
-rw-r--r--cpukit/score/cpu/or32/ChangeLog7
-rw-r--r--cpukit/score/cpu/or32/rtems/score/cpu.h7
-rw-r--r--cpukit/score/cpu/or32/rtems/score/cpu_asm.h6
-rw-r--r--cpukit/score/cpu/or32/rtems/score/or32.h7
-rw-r--r--cpukit/score/cpu/or32/rtems/score/types.h7
5 files changed, 26 insertions, 8 deletions
diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog
index 4f25a3289d..b813db4015 100644
--- a/cpukit/score/cpu/or32/ChangeLog
+++ b/cpukit/score/cpu/or32/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * rtems/score/cpu.h: Add doxygen preamble.
+ * rtems/score/cpu_asm.h: Add doxygen preamble.
+ * rtems/score/or32.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/or32/rtems/score/cpu.h b/cpukit/score/cpu/or32/rtems/score/cpu.h
index 14b2d805b6..cf57f24c3d 100644
--- a/cpukit/score/cpu/or32/rtems/score/cpu.h
+++ b/cpukit/score/cpu/or32/rtems/score/cpu.h
@@ -1,5 +1,8 @@
-/* cpu.h
- *
+/**
+ * @file rtems/score/cpu.h
+ */
+
+/*
* This include file contains macros pertaining to the Opencores
* or1k processor family.
*
diff --git a/cpukit/score/cpu/or32/rtems/score/cpu_asm.h b/cpukit/score/cpu/or32/rtems/score/cpu_asm.h
index 70e9b2fd4a..94fa05bcd6 100644
--- a/cpukit/score/cpu/or32/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/or32/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/or32/rtems/score/or32.h b/cpukit/score/cpu/or32/rtems/score/or32.h
index 3e31b0ded7..d6654bc81f 100644
--- a/cpukit/score/cpu/or32/rtems/score/or32.h
+++ b/cpukit/score/cpu/or32/rtems/score/or32.h
@@ -1,5 +1,8 @@
-/* or1k.h
- *
+/**
+ * @file rtems/score/or32.h
+ */
+
+/*
* This include file contains Or1k definitions pertaining to the Opencores
* or1k processor family.
*
diff --git a/cpukit/score/cpu/or32/rtems/score/types.h b/cpukit/score/cpu/or32/rtems/score/types.h
index 2da896ffda..5d08138c97 100644
--- a/cpukit/score/cpu/or32/rtems/score/types.h
+++ b/cpukit/score/cpu/or32/rtems/score/types.h
@@ -1,5 +1,8 @@
-/* or1ktypes.h
- *
+/**
+ * @file rtems/score/types.h
+ */
+
+/*
* This include file contains type definitions pertaining to the Opencores
* or1k processor family.
*