From f4ae0c5c59729ea4ce5028758f34386e79a42ced Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Nov 2004 07:40:14 +0000 Subject: 2004-10-02 Ralf Corsepius * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/sparc.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble. --- cpukit/score/cpu/sparc/ChangeLog | 6 ++++++ cpukit/score/cpu/sparc/rtems/score/cpu.h | 7 +++++-- cpukit/score/cpu/sparc/rtems/score/sparc.h | 7 +++++-- cpukit/score/cpu/sparc/rtems/score/types.h | 7 +++++-- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog index 81919f9e92..3917189ca9 100644 --- a/cpukit/score/cpu/sparc/ChangeLog +++ b/cpukit/score/cpu/sparc/ChangeLog @@ -1,3 +1,9 @@ +2004-10-02 Ralf Corsepius + + * rtems/score/cpu.h: Add doxygen preamble. + * rtems/score/sparc.h: Add doxygen preamble. + * rtems/score/types.h: Add doxygen preamble. + 2004-04-06 Ralf Corsepius * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac). diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index 7207267579..4d2c4c0b3d 100644 --- a/cpukit/score/cpu/sparc/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h @@ -1,5 +1,8 @@ -/* cpu.h - * +/** + * @file rtems/score/cpu.h + */ + +/* * This include file contains information pertaining to the port of * the executive to the SPARC processor. * diff --git a/cpukit/score/cpu/sparc/rtems/score/sparc.h b/cpukit/score/cpu/sparc/rtems/score/sparc.h index 07fe0fb3c9..2214a6aab2 100644 --- a/cpukit/score/cpu/sparc/rtems/score/sparc.h +++ b/cpukit/score/cpu/sparc/rtems/score/sparc.h @@ -1,5 +1,8 @@ -/* sparc.h - * +/** + * @file rtems/score/sparc.h + */ + +/* * This include file contains information pertaining to the SPARC * processor family. * diff --git a/cpukit/score/cpu/sparc/rtems/score/types.h b/cpukit/score/cpu/sparc/rtems/score/types.h index 7179747993..4d4cf34d5e 100644 --- a/cpukit/score/cpu/sparc/rtems/score/types.h +++ b/cpukit/score/cpu/sparc/rtems/score/types.h @@ -1,5 +1,8 @@ -/* sparctypes.h - * +/** + * @file rtems/score/types.h + */ + +/* * This include file contains type definitions pertaining to the * SPARC processor family. * -- cgit v1.2.3