summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:39:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 07:39:19 +0000
commit6d6891ea817a92a1f390fd2d15cfbec7ca790951 (patch)
tree490da11be8ce30ac83b44bf0850e73a7ed469c26
parent2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-6d6891ea817a92a1f390fd2d15cfbec7ca790951.tar.bz2
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble. * rtems/score/i386.h: Add doxygen preamble. * rtems/score/idtr.h: Add doxygen preamble. * rtems/score/interrupts.h: Add doxygen preamble. * rtems/score/registers.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
-rw-r--r--cpukit/score/cpu/i386/ChangeLog9
-rw-r--r--cpukit/score/cpu/i386/rtems/score/cpu.h7
-rw-r--r--cpukit/score/cpu/i386/rtems/score/i386.h7
-rw-r--r--cpukit/score/cpu/i386/rtems/score/idtr.h4
-rw-r--r--cpukit/score/cpu/i386/rtems/score/interrupts.h4
-rw-r--r--cpukit/score/cpu/i386/rtems/score/registers.h7
-rw-r--r--cpukit/score/cpu/i386/rtems/score/types.h7
7 files changed, 37 insertions, 8 deletions
diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog
index 18d0de4498..faa227336e 100644
--- a/cpukit/score/cpu/i386/ChangeLog
+++ b/cpukit/score/cpu/i386/ChangeLog
@@ -1,3 +1,12 @@
+2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * rtems/score/cpu.h: Add doxygen preamble.
+ * rtems/score/i386.h: Add doxygen preamble.
+ * rtems/score/idtr.h: Add doxygen preamble.
+ * rtems/score/interrupts.h: Add doxygen preamble.
+ * rtems/score/registers.h: Add doxygen preamble.
+ * rtems/score/types.h: Add doxygen preamble.
+
2004-04-16 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
diff --git a/cpukit/score/cpu/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h
index eb75cedcf9..5f3d49ca45 100644
--- a/cpukit/score/cpu/i386/rtems/score/cpu.h
+++ b/cpukit/score/cpu/i386/rtems/score/cpu.h
@@ -1,5 +1,8 @@
-/* cpu.h
- *
+/**
+ * @file rtems/score/cpu.h
+ */
+
+/*
* This include file contains information pertaining to the Intel
* i386 processor.
*
diff --git a/cpukit/score/cpu/i386/rtems/score/i386.h b/cpukit/score/cpu/i386/rtems/score/i386.h
index 7116ce1911..ef29fc66e3 100644
--- a/cpukit/score/cpu/i386/rtems/score/i386.h
+++ b/cpukit/score/cpu/i386/rtems/score/i386.h
@@ -1,5 +1,8 @@
-/* i386.h
- *
+/**
+ * @file rtems/score/i386.h
+ */
+
+/*
* This include file contains information pertaining to the Intel
* i386 processor.
*
diff --git a/cpukit/score/cpu/i386/rtems/score/idtr.h b/cpukit/score/cpu/i386/rtems/score/idtr.h
index 34ba3f9ebb..7e79e2527c 100644
--- a/cpukit/score/cpu/i386/rtems/score/idtr.h
+++ b/cpukit/score/cpu/i386/rtems/score/idtr.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/score/idtr.h
+ */
+
/*
* This file contains definitions for data structure related
* to Intel system programming. More information can be found
diff --git a/cpukit/score/cpu/i386/rtems/score/interrupts.h b/cpukit/score/cpu/i386/rtems/score/interrupts.h
index 7024859392..566c77e6bb 100644
--- a/cpukit/score/cpu/i386/rtems/score/interrupts.h
+++ b/cpukit/score/cpu/i386/rtems/score/interrupts.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/score/interrupts.h
+ */
+
/*
* i386 interrupt macros.
*
diff --git a/cpukit/score/cpu/i386/rtems/score/registers.h b/cpukit/score/cpu/i386/rtems/score/registers.h
index 41e97abb16..4ceb0aa5ba 100644
--- a/cpukit/score/cpu/i386/rtems/score/registers.h
+++ b/cpukit/score/cpu/i386/rtems/score/registers.h
@@ -1,5 +1,8 @@
-/* registers.h
- *
+/**
+ * @file rtems/score/registers.h
+ */
+
+/*
* This file contains definition and constants related to Intel Cpu
*
* COPYRIGHT (c) 1998 valette@crf.canon.fr
diff --git a/cpukit/score/cpu/i386/rtems/score/types.h b/cpukit/score/cpu/i386/rtems/score/types.h
index e52cbeb41a..0f3188a781 100644
--- a/cpukit/score/cpu/i386/rtems/score/types.h
+++ b/cpukit/score/cpu/i386/rtems/score/types.h
@@ -1,5 +1,8 @@
-/* i386types.h
- *
+/**
+ * @file rtems/score/types.h
+ */
+
+/*
* This include file contains type definitions pertaining to the Intel
* i386 processor family.
*