From 8ad91ff4351c704b4012d5279a3fa22adba96715 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Nov 2004 07:39:52 +0000 Subject: 2004-10-02 Ralf Corsepius * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/or32.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble. --- cpukit/score/cpu/or32/ChangeLog | 7 +++++++ cpukit/score/cpu/or32/rtems/score/cpu.h | 7 +++++-- cpukit/score/cpu/or32/rtems/score/cpu_asm.h | 6 ++++-- cpukit/score/cpu/or32/rtems/score/or32.h | 7 +++++-- cpukit/score/cpu/or32/rtems/score/types.h | 7 +++++-- 5 files changed, 26 insertions(+), 8 deletions(-) diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog index 4f25a3289d..b813db4015 100644 --- a/cpukit/score/cpu/or32/ChangeLog +++ b/cpukit/score/cpu/or32/ChangeLog @@ -1,3 +1,10 @@ +2004-10-02 Ralf Corsepius + + * rtems/score/cpu.h: Add doxygen preamble. + * rtems/score/cpu_asm.h: Add doxygen preamble. + * rtems/score/or32.h: Add doxygen preamble. + * rtems/score/types.h: Add doxygen preamble. + 2004-09-29 Joel Sherrill * rtems/score/cpu.h: i960 obsoleted and all references removed. diff --git a/cpukit/score/cpu/or32/rtems/score/cpu.h b/cpukit/score/cpu/or32/rtems/score/cpu.h index 14b2d805b6..cf57f24c3d 100644 --- a/cpukit/score/cpu/or32/rtems/score/cpu.h +++ b/cpukit/score/cpu/or32/rtems/score/cpu.h @@ -1,5 +1,8 @@ -/* cpu.h - * +/** + * @file rtems/score/cpu.h + */ + +/* * This include file contains macros pertaining to the Opencores * or1k processor family. * diff --git a/cpukit/score/cpu/or32/rtems/score/cpu_asm.h b/cpukit/score/cpu/or32/rtems/score/cpu_asm.h index 70e9b2fd4a..94fa05bcd6 100644 --- a/cpukit/score/cpu/or32/rtems/score/cpu_asm.h +++ b/cpukit/score/cpu/or32/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/or32/rtems/score/or32.h b/cpukit/score/cpu/or32/rtems/score/or32.h index 3e31b0ded7..d6654bc81f 100644 --- a/cpukit/score/cpu/or32/rtems/score/or32.h +++ b/cpukit/score/cpu/or32/rtems/score/or32.h @@ -1,5 +1,8 @@ -/* or1k.h - * +/** + * @file rtems/score/or32.h + */ + +/* * This include file contains Or1k definitions pertaining to the Opencores * or1k processor family. * diff --git a/cpukit/score/cpu/or32/rtems/score/types.h b/cpukit/score/cpu/or32/rtems/score/types.h index 2da896ffda..5d08138c97 100644 --- a/cpukit/score/cpu/or32/rtems/score/types.h +++ b/cpukit/score/cpu/or32/rtems/score/types.h @@ -1,5 +1,8 @@ -/* or1ktypes.h - * +/** + * @file rtems/score/types.h + */ + +/* * This include file contains type definitions pertaining to the Opencores * or1k processor family. * -- cgit v1.2.3