From aa5049dbb8df4e7369efcc7b3e49b161b86e4b70 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Nov 2004 07:39:13 +0000 Subject: 2004-10-02 Ralf Corsepius * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/h8300.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble. --- cpukit/score/cpu/h8300/ChangeLog | 6 ++++++ cpukit/score/cpu/h8300/rtems/score/cpu.h | 7 +++++-- cpukit/score/cpu/h8300/rtems/score/h8300.h | 7 +++++-- cpukit/score/cpu/h8300/rtems/score/types.h | 7 +++++-- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog index 2b3ce83d94..3a118599dd 100644 --- a/cpukit/score/cpu/h8300/ChangeLog +++ b/cpukit/score/cpu/h8300/ChangeLog @@ -1,3 +1,9 @@ +2004-10-02 Ralf Corsepius + + * rtems/score/cpu.h: Add doxygen preamble. + * rtems/score/h8300.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/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h index 79434ebe65..60cf75ad0b 100644 --- a/cpukit/score/cpu/h8300/rtems/score/cpu.h +++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h @@ -1,5 +1,8 @@ -/* cpu.h - * +/** + * @file rtems/score/cpu.h + */ + +/* * This include file contains information pertaining to the H8300 * processor. * diff --git a/cpukit/score/cpu/h8300/rtems/score/h8300.h b/cpukit/score/cpu/h8300/rtems/score/h8300.h index c051d9e77f..274b056456 100644 --- a/cpukit/score/cpu/h8300/rtems/score/h8300.h +++ b/cpukit/score/cpu/h8300/rtems/score/h8300.h @@ -1,5 +1,8 @@ -/* h8300.h - * +/** + * @file rtems/score/h8300.h + */ + +/* * This file contains information pertaining to the Hitachi H8/300 * processor family. * diff --git a/cpukit/score/cpu/h8300/rtems/score/types.h b/cpukit/score/cpu/h8300/rtems/score/types.h index cc0524aa62..b844d48b7e 100644 --- a/cpukit/score/cpu/h8300/rtems/score/types.h +++ b/cpukit/score/cpu/h8300/rtems/score/types.h @@ -1,5 +1,8 @@ -/* h8300types.h - * +/** + * @file rtems/score/types.h + */ + +/* * This include file contains type definitions pertaining to the Hitachi * h8300 processor family. * -- cgit v1.2.3