From 6d6891ea817a92a1f390fd2d15cfbec7ca790951 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Nov 2004 07:39:19 +0000 Subject: 2004-10-02 Ralf Corsepius * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/i386.h: Add doxygen preamble. * rtems/score/idtr.h: Add doxygen preamble. * rtems/score/interrupts.h: Add doxygen preamble. * rtems/score/registers.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble. --- cpukit/score/cpu/i386/ChangeLog | 9 +++++++++ cpukit/score/cpu/i386/rtems/score/cpu.h | 7 +++++-- cpukit/score/cpu/i386/rtems/score/i386.h | 7 +++++-- cpukit/score/cpu/i386/rtems/score/idtr.h | 4 ++++ cpukit/score/cpu/i386/rtems/score/interrupts.h | 4 ++++ cpukit/score/cpu/i386/rtems/score/registers.h | 7 +++++-- cpukit/score/cpu/i386/rtems/score/types.h | 7 +++++-- 7 files changed, 37 insertions(+), 8 deletions(-) diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index 18d0de4498..faa227336e 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,12 @@ +2004-10-02 Ralf Corsepius + + * rtems/score/cpu.h: Add doxygen preamble. + * rtems/score/i386.h: Add doxygen preamble. + * rtems/score/idtr.h: Add doxygen preamble. + * rtems/score/interrupts.h: Add doxygen preamble. + * rtems/score/registers.h: Add doxygen preamble. + * rtems/score/types.h: Add doxygen preamble. + 2004-04-16 Ralf Corsepius * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API diff --git a/cpukit/score/cpu/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h index eb75cedcf9..5f3d49ca45 100644 --- a/cpukit/score/cpu/i386/rtems/score/cpu.h +++ b/cpukit/score/cpu/i386/rtems/score/cpu.h @@ -1,5 +1,8 @@ -/* cpu.h - * +/** + * @file rtems/score/cpu.h + */ + +/* * This include file contains information pertaining to the Intel * i386 processor. * diff --git a/cpukit/score/cpu/i386/rtems/score/i386.h b/cpukit/score/cpu/i386/rtems/score/i386.h index 7116ce1911..ef29fc66e3 100644 --- a/cpukit/score/cpu/i386/rtems/score/i386.h +++ b/cpukit/score/cpu/i386/rtems/score/i386.h @@ -1,5 +1,8 @@ -/* i386.h - * +/** + * @file rtems/score/i386.h + */ + +/* * This include file contains information pertaining to the Intel * i386 processor. * diff --git a/cpukit/score/cpu/i386/rtems/score/idtr.h b/cpukit/score/cpu/i386/rtems/score/idtr.h index 34ba3f9ebb..7e79e2527c 100644 --- a/cpukit/score/cpu/i386/rtems/score/idtr.h +++ b/cpukit/score/cpu/i386/rtems/score/idtr.h @@ -1,3 +1,7 @@ +/** + * @file rtems/score/idtr.h + */ + /* * This file contains definitions for data structure related * to Intel system programming. More information can be found diff --git a/cpukit/score/cpu/i386/rtems/score/interrupts.h b/cpukit/score/cpu/i386/rtems/score/interrupts.h index 7024859392..566c77e6bb 100644 --- a/cpukit/score/cpu/i386/rtems/score/interrupts.h +++ b/cpukit/score/cpu/i386/rtems/score/interrupts.h @@ -1,3 +1,7 @@ +/** + * @file rtems/score/interrupts.h + */ + /* * i386 interrupt macros. * diff --git a/cpukit/score/cpu/i386/rtems/score/registers.h b/cpukit/score/cpu/i386/rtems/score/registers.h index 41e97abb16..4ceb0aa5ba 100644 --- a/cpukit/score/cpu/i386/rtems/score/registers.h +++ b/cpukit/score/cpu/i386/rtems/score/registers.h @@ -1,5 +1,8 @@ -/* registers.h - * +/** + * @file rtems/score/registers.h + */ + +/* * This file contains definition and constants related to Intel Cpu * * COPYRIGHT (c) 1998 valette@crf.canon.fr diff --git a/cpukit/score/cpu/i386/rtems/score/types.h b/cpukit/score/cpu/i386/rtems/score/types.h index e52cbeb41a..0f3188a781 100644 --- a/cpukit/score/cpu/i386/rtems/score/types.h +++ b/cpukit/score/cpu/i386/rtems/score/types.h @@ -1,5 +1,8 @@ -/* i386types.h - * +/** + * @file rtems/score/types.h + */ + +/* * This include file contains type definitions pertaining to the Intel * i386 processor family. * -- cgit v1.2.3