summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/unix')
-rw-r--r--cpukit/score/cpu/unix/ChangeLog4
-rw-r--r--cpukit/score/cpu/unix/asm.h7
-rw-r--r--cpukit/score/cpu/unix/rtems/asm.h7
3 files changed, 14 insertions, 4 deletions
diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog
index d8bd410284..17839c3625 100644
--- a/cpukit/score/cpu/unix/ChangeLog
+++ b/cpukit/score/cpu/unix/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * asm.h: Add doxygen preamble.
+
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
diff --git a/cpukit/score/cpu/unix/asm.h b/cpukit/score/cpu/unix/asm.h
index 820e1ec050..c768fac6ac 100644
--- a/cpukit/score/cpu/unix/asm.h
+++ b/cpukit/score/cpu/unix/asm.h
@@ -1,4 +1,5 @@
-/* asm.h
+/**
+ * @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
@@ -8,7 +9,9 @@
*
* This file is a "just an incomplete stub" and provided for consistency
* with other ports, only.
- *
+ */
+
+/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
diff --git a/cpukit/score/cpu/unix/rtems/asm.h b/cpukit/score/cpu/unix/rtems/asm.h
index 820e1ec050..c768fac6ac 100644
--- a/cpukit/score/cpu/unix/rtems/asm.h
+++ b/cpukit/score/cpu/unix/rtems/asm.h
@@ -1,4 +1,5 @@
-/* asm.h
+/**
+ * @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
@@ -8,7 +9,9 @@
*
* This file is a "just an incomplete stub" and provided for consistency
* with other ports, only.
- *
+ */
+
+/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.