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/powerpc/ChangeLog | 4 ++++ cpukit/score/cpu/powerpc/asm.h | 8 +++++--- cpukit/score/cpu/powerpc/rtems/asm.h | 8 +++++--- 3 files changed, 14 insertions(+), 6 deletions(-) (limited to 'cpukit/score/cpu/powerpc') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index c4d6653de0..031007cc87 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/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/powerpc/asm.h b/cpukit/score/cpu/powerpc/asm.h index 18144cad5e..6e94236cd5 100644 --- a/cpukit/score/cpu/powerpc/asm.h +++ b/cpukit/score/cpu/powerpc/asm.h @@ -1,12 +1,14 @@ -/* asm.h +/** + * @file rtems/asm.h * * This include file attempts to address the problems * caused by incompatible flavors of assemblers and * toolsets. It primarily addresses variations in the * use of leading underscores on symbols and the requirement * that register names be preceded by a %. - * - * + */ + +/* * NOTE: The spacing in the use of these macros * is critical to them working as advertised. * diff --git a/cpukit/score/cpu/powerpc/rtems/asm.h b/cpukit/score/cpu/powerpc/rtems/asm.h index 18144cad5e..6e94236cd5 100644 --- a/cpukit/score/cpu/powerpc/rtems/asm.h +++ b/cpukit/score/cpu/powerpc/rtems/asm.h @@ -1,12 +1,14 @@ -/* asm.h +/** + * @file rtems/asm.h * * This include file attempts to address the problems * caused by incompatible flavors of assemblers and * toolsets. It primarily addresses variations in the * use of leading underscores on symbols and the requirement * that register names be preceded by a %. - * - * + */ + +/* * NOTE: The spacing in the use of these macros * is critical to them working as advertised. * -- cgit v1.2.3