From a911a772c47faa19d30f401cd85a632ce4216309 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Nov 2004 07:39:25 +0000 Subject: 2004-10-02 Ralf Corsepius * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/m68k.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble. --- cpukit/score/cpu/m68k/ChangeLog | 6 ++++++ cpukit/score/cpu/m68k/rtems/score/cpu.h | 7 +++++-- cpukit/score/cpu/m68k/rtems/score/m68k.h | 7 +++++-- cpukit/score/cpu/m68k/rtems/score/types.h | 7 +++++-- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog index 9433c220b5..a3939b9189 100644 --- a/cpukit/score/cpu/m68k/ChangeLog +++ b/cpukit/score/cpu/m68k/ChangeLog @@ -1,3 +1,9 @@ +2004-10-02 Ralf Corsepius + + * rtems/score/cpu.h: Add doxygen preamble. + * rtems/score/m68k.h: Add doxygen preamble. + * rtems/score/types.h: Add doxygen preamble. + 2004-07-25 Joel Sherrill * rtems/score/m68k.h: Add include of for uint32_t used by diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h index 968f6d6def..d2cdefacff 100644 --- a/cpukit/score/cpu/m68k/rtems/score/cpu.h +++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h @@ -1,5 +1,8 @@ -/* cpu.h - * +/** + * @file rtems/score/cpu.h + */ + +/* * This include file contains information pertaining to the Motorola * m68xxx processor family. * diff --git a/cpukit/score/cpu/m68k/rtems/score/m68k.h b/cpukit/score/cpu/m68k/rtems/score/m68k.h index 61aef88365..90313f77bc 100644 --- a/cpukit/score/cpu/m68k/rtems/score/m68k.h +++ b/cpukit/score/cpu/m68k/rtems/score/m68k.h @@ -1,5 +1,8 @@ -/* m68k.h - * +/** + * @file rtems/score/m68k.h + */ + +/* * This include file contains information pertaining to the Motorola * m68xxx processor family. * diff --git a/cpukit/score/cpu/m68k/rtems/score/types.h b/cpukit/score/cpu/m68k/rtems/score/types.h index 954e58a790..db08d6ebb7 100644 --- a/cpukit/score/cpu/m68k/rtems/score/types.h +++ b/cpukit/score/cpu/m68k/rtems/score/types.h @@ -1,5 +1,8 @@ -/* m68ktypes.h - * +/** + * @file rtems/score/types.h + */ + +/* * This include file contains type definitions pertaining to the Motorola * m68xxx processor family. * -- cgit v1.2.3