From eeb3a99a64ef81ba2fec1652fb6742ab4350f4be Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Nov 2004 07:40:06 +0000 Subject: 2004-10-02 Ralf Corsepius * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/sh.h: Add doxygen preamble. * rtems/score/sh_io.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble. --- cpukit/score/cpu/sh/ChangeLog | 7 +++++++ cpukit/score/cpu/sh/rtems/score/cpu.h | 4 ++++ cpukit/score/cpu/sh/rtems/score/sh.h | 7 +++++-- cpukit/score/cpu/sh/rtems/score/sh_io.h | 4 ++++ cpukit/score/cpu/sh/rtems/score/types.h | 4 ++++ 5 files changed, 24 insertions(+), 2 deletions(-) diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog index c79e451b7f..e417198513 100644 --- a/cpukit/score/cpu/sh/ChangeLog +++ b/cpukit/score/cpu/sh/ChangeLog @@ -1,3 +1,10 @@ +2004-10-02 Ralf Corsepius + + * rtems/score/cpu.h: Add doxygen preamble. + * rtems/score/sh.h: Add doxygen preamble. + * rtems/score/sh_io.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/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h index eaa3898d62..a546ebf1df 100644 --- a/cpukit/score/cpu/sh/rtems/score/cpu.h +++ b/cpukit/score/cpu/sh/rtems/score/cpu.h @@ -1,3 +1,7 @@ +/** + * @file rtems/score/cpu.h + */ + /* * This include file contains information pertaining to the Hitachi SH * processor. diff --git a/cpukit/score/cpu/sh/rtems/score/sh.h b/cpukit/score/cpu/sh/rtems/score/sh.h index 691332e540..3606e8617a 100644 --- a/cpukit/score/cpu/sh/rtems/score/sh.h +++ b/cpukit/score/cpu/sh/rtems/score/sh.h @@ -1,5 +1,8 @@ -/* sh.h - * +/** + * @file rtems/score/sh.h + */ + +/* * This include file contains information pertaining to the Hitachi SH * processor. * diff --git a/cpukit/score/cpu/sh/rtems/score/sh_io.h b/cpukit/score/cpu/sh/rtems/score/sh_io.h index 5be558093e..44b62b6c0e 100644 --- a/cpukit/score/cpu/sh/rtems/score/sh_io.h +++ b/cpukit/score/cpu/sh/rtems/score/sh_io.h @@ -1,3 +1,7 @@ +/** + * @file rtems/score/sh_io.h + */ + /* * These are some macros to access memory mapped devices * on the SH7000-architecture. diff --git a/cpukit/score/cpu/sh/rtems/score/types.h b/cpukit/score/cpu/sh/rtems/score/types.h index d60a0ae9b5..99809eb70d 100644 --- a/cpukit/score/cpu/sh/rtems/score/types.h +++ b/cpukit/score/cpu/sh/rtems/score/types.h @@ -1,3 +1,7 @@ +/** + * @file rtems/score/types.h + */ + /* * This include file contains information pertaining to the Hitachi SH * processor. -- cgit v1.2.3