summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:39:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:39:45 +0000
commit77d3533f22773ea61e35c1caf62caf9d82d4cdae (patch)
tree8907a5fb79d8e1f988323bf7f20e67f6083e875d
parent2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-77d3533f22773ea61e35c1caf62caf9d82d4cdae.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/types.h: Add doxygen preamble.
-rw-r--r--cpukit/score/cpu/no_cpu/ChangeLog6
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h7
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h6
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/types.h7
4 files changed, 20 insertions, 6 deletions
diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog
index bb502f36e4..699ff5a43a 100644
--- a/cpukit/score/cpu/no_cpu/ChangeLog
+++ b/cpukit/score/cpu/no_cpu/ChangeLog
@@ -1,3 +1,9 @@
+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/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/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index d5d8f8aba1..cd40e3fd6f 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -1,5 +1,8 @@
-/** @file cpu.h
- *
+/**
+ * @file rtems/score/cpu.h
+ */
+
+/*
* This include file contains information pertaining to the XXX
* processor.
*
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
index 70e9b2fd4a..94fa05bcd6 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/no_cpu/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/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h
index b677705394..99297fbddb 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/types.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/types.h
@@ -1,5 +1,8 @@
-/* no_cputypes.h
- *
+/**
+ * @file rtems/score/types.h
+ */
+
+/*
* This include file contains type definitions pertaining to the Intel
* no_cpu processor family.
*