From b8ed8a9f5260e3d97a571d21faa470249c918dc3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 21 Nov 2004 08:25:23 +0000 Subject: 2004-11-12 Ralf Corsepius * asm.h: Add doxygen preamble. --- cpukit/score/cpu/unix/ChangeLog | 4 ++++ cpukit/score/cpu/unix/asm.h | 7 +++++-- cpukit/score/cpu/unix/rtems/asm.h | 7 +++++-- 3 files changed, 14 insertions(+), 4 deletions(-) (limited to 'cpukit/score/cpu/unix') 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 + + * asm.h: Add doxygen preamble. + 2004-10-02 Ralf Corsepius * 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. -- cgit v1.2.3