summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:39:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:39:05 +0000
commit10f8664cc5a1cea3bca345b962942c0920e87953 (patch)
treeb2e09a6d4e57da8f8f2718e7a3b817cae47ef4af /cpukit
parent2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-10f8664cc5a1cea3bca345b962942c0920e87953.tar.bz2
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/c4x.h: Add doxygen preamble. * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/c4x/ChangeLog7
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/c4x.h7
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/cpu.h7
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/cpu_asm.h6
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/types.h7
5 files changed, 26 insertions, 8 deletions
diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog
index 1171724eeb..02561547e2 100644
--- a/cpukit/score/cpu/c4x/ChangeLog
+++ b/cpukit/score/cpu/c4x/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * rtems/score/c4x.h: Add doxygen preamble.
+ * 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/c4x/rtems/score/c4x.h b/cpukit/score/cpu/c4x/rtems/score/c4x.h
index 88d682e8bc..85aa76e7b2 100644
--- a/cpukit/score/cpu/c4x/rtems/score/c4x.h
+++ b/cpukit/score/cpu/c4x/rtems/score/c4x.h
@@ -1,5 +1,8 @@
-/* c4x.h
- *
+/**
+ * @file rtems/score/c4x.h
+ */
+
+/*
* This file is an example (i.e. "no CPU") of the file which is
* created for each CPU family port of RTEMS.
*
diff --git a/cpukit/score/cpu/c4x/rtems/score/cpu.h b/cpukit/score/cpu/c4x/rtems/score/cpu.h
index cca02e6d73..76559a8c8a 100644
--- a/cpukit/score/cpu/c4x/rtems/score/cpu.h
+++ b/cpukit/score/cpu/c4x/rtems/score/cpu.h
@@ -1,5 +1,8 @@
-/* cpu.h
- *
+/**
+ * @file rtems/score/cpu.h
+ */
+
+/*
* This include file contains information pertaining to the C4x
* processor.
*
diff --git a/cpukit/score/cpu/c4x/rtems/score/cpu_asm.h b/cpukit/score/cpu/c4x/rtems/score/cpu_asm.h
index 70e9b2fd4a..94fa05bcd6 100644
--- a/cpukit/score/cpu/c4x/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/c4x/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/c4x/rtems/score/types.h b/cpukit/score/cpu/c4x/rtems/score/types.h
index 7d91f816eb..40cb2c96cd 100644
--- a/cpukit/score/cpu/c4x/rtems/score/types.h
+++ b/cpukit/score/cpu/c4x/rtems/score/types.h
@@ -1,5 +1,8 @@
-/* c4xtypes.h
- *
+/**
+ * @file rtems/score/types.h
+ */
+
+/*
* This include file contains type definitions pertaining to the
* Texas Instruments C4x processor family.
*