From 160965c97f486ba4ef3f86dface7516dda31bf1f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Nov 2004 07:40:21 +0000 Subject: 2004-10-02 Ralf Corsepius * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble. * rtems/score/unix.h: Add doxygen preamble. --- cpukit/score/cpu/unix/ChangeLog | 6 ++++++ cpukit/score/cpu/unix/rtems/score/cpu.h | 7 +++++-- cpukit/score/cpu/unix/rtems/score/types.h | 7 +++++-- cpukit/score/cpu/unix/rtems/score/unix.h | 7 +++++-- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog index cd849914a9..d8bd410284 100644 --- a/cpukit/score/cpu/unix/ChangeLog +++ b/cpukit/score/cpu/unix/ChangeLog @@ -1,3 +1,9 @@ +2004-10-02 Ralf Corsepius + + * rtems/score/cpu.h: Add doxygen preamble. + * rtems/score/types.h: Add doxygen preamble. + * rtems/score/unix.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/unix/rtems/score/cpu.h b/cpukit/score/cpu/unix/rtems/score/cpu.h index 23e62417d1..37d4af4436 100644 --- a/cpukit/score/cpu/unix/rtems/score/cpu.h +++ b/cpukit/score/cpu/unix/rtems/score/cpu.h @@ -1,5 +1,8 @@ -/* cpu.h - * +/** + * @file rtems/score/cpu.h + */ + +/* * This include file contains information pertaining to the * UNIX port of RTEMS. * diff --git a/cpukit/score/cpu/unix/rtems/score/types.h b/cpukit/score/cpu/unix/rtems/score/types.h index d15a6f98ef..d35a5bda05 100644 --- a/cpukit/score/cpu/unix/rtems/score/types.h +++ b/cpukit/score/cpu/unix/rtems/score/types.h @@ -1,5 +1,8 @@ -/* unixtypes.h - * +/** + * @file rtems/score/types.h + */ + +/* * This include file contains type definitions which are appropriate * for a typical modern UNIX box using GNU C for the RTEMS simulator. * diff --git a/cpukit/score/cpu/unix/rtems/score/unix.h b/cpukit/score/cpu/unix/rtems/score/unix.h index db3c3e6591..e3aac5ee8a 100644 --- a/cpukit/score/cpu/unix/rtems/score/unix.h +++ b/cpukit/score/cpu/unix/rtems/score/unix.h @@ -1,5 +1,8 @@ -/* unix.h - * +/** + * @file rtems/score/unix.h + */ + +/* * This include file contains the definitions required by RTEMS * which are typical for a modern UNIX computer using GCC. * -- cgit v1.2.3