From d964f79f462659ddb37053b345d0dc5418c0b175 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Nov 2004 09:56:13 +0000 Subject: Add doxygen preamble. --- cpukit/rtems/macros/rtems/rtems/asr.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/attr.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/dpmem.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/event.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/eventset.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/message.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/modes.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/options.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/part.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/ratemon.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/region.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/sem.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/status.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/support.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/tasks.inl | 7 +++++-- cpukit/rtems/macros/rtems/rtems/timer.inl | 7 +++++-- 16 files changed, 80 insertions(+), 32 deletions(-) (limited to 'cpukit/rtems/macros') diff --git a/cpukit/rtems/macros/rtems/rtems/asr.inl b/cpukit/rtems/macros/rtems/rtems/asr.inl index 0f39178146..60fce8c1b6 100644 --- a/cpukit/rtems/macros/rtems/rtems/asr.inl +++ b/cpukit/rtems/macros/rtems/rtems/asr.inl @@ -1,5 +1,8 @@ -/* macros/asr.h - * +/** + * @file rtems/rtems/asr.inl + */ + +/* * This include file contains the implemenation of all routines * associated with the asynchronous signal handler which are inlined. * diff --git a/cpukit/rtems/macros/rtems/rtems/attr.inl b/cpukit/rtems/macros/rtems/rtems/attr.inl index 37e566913b..9d52ace999 100644 --- a/cpukit/rtems/macros/rtems/rtems/attr.inl +++ b/cpukit/rtems/macros/rtems/rtems/attr.inl @@ -1,5 +1,8 @@ -/* macros/attr.h - * +/** + * @file rtems/rtems/attr.inl + */ + +/* * This include file contains all of the inlined routines associated * with attributes. * diff --git a/cpukit/rtems/macros/rtems/rtems/dpmem.inl b/cpukit/rtems/macros/rtems/rtems/dpmem.inl index af35e1a448..b5ca14f5fe 100644 --- a/cpukit/rtems/macros/rtems/rtems/dpmem.inl +++ b/cpukit/rtems/macros/rtems/rtems/dpmem.inl @@ -1,5 +1,8 @@ -/* macros/dpmem.h - * +/** + * @file rtems/rtems/dpmem.inl + */ + +/* * This include file contains the inline routine used in conjunction * with the Dual Ported Memory Manager * diff --git a/cpukit/rtems/macros/rtems/rtems/event.inl b/cpukit/rtems/macros/rtems/rtems/event.inl index 3762e91e05..f4467a3cea 100644 --- a/cpukit/rtems/macros/rtems/rtems/event.inl +++ b/cpukit/rtems/macros/rtems/rtems/event.inl @@ -1,5 +1,8 @@ -/* macros/event.h - * +/** + * @file rtems/rtems/event.inl + */ + +/* * This include file contains the implementation of macros for * the Event Manager. * diff --git a/cpukit/rtems/macros/rtems/rtems/eventset.inl b/cpukit/rtems/macros/rtems/rtems/eventset.inl index 1a265cc4af..e4ca261a2e 100644 --- a/cpukit/rtems/macros/rtems/rtems/eventset.inl +++ b/cpukit/rtems/macros/rtems/rtems/eventset.inl @@ -1,5 +1,8 @@ -/* eventset.inl - * +/** + * @file rtems/rtems/eventset.inl + */ + +/* * This include file contains the macro implementation of inlined * routines in the event set object. * diff --git a/cpukit/rtems/macros/rtems/rtems/message.inl b/cpukit/rtems/macros/rtems/rtems/message.inl index af81086f42..6f31e3a662 100644 --- a/cpukit/rtems/macros/rtems/rtems/message.inl +++ b/cpukit/rtems/macros/rtems/rtems/message.inl @@ -1,5 +1,8 @@ -/* message.inl - * +/** + * @file rtems/rtems/message.inl + */ + +/* * This include file contains the macro implementation of all * inlined routines in the Message Manager. * diff --git a/cpukit/rtems/macros/rtems/rtems/modes.inl b/cpukit/rtems/macros/rtems/rtems/modes.inl index 7077604746..d8e98cd13b 100644 --- a/cpukit/rtems/macros/rtems/rtems/modes.inl +++ b/cpukit/rtems/macros/rtems/rtems/modes.inl @@ -1,5 +1,8 @@ -/* modes.inl - * +/** + * @file rtems/rtems/modes.inl + */ + +/* * This include file contains the macro implementation of the * inlined routines in the Mode Handler. * diff --git a/cpukit/rtems/macros/rtems/rtems/options.inl b/cpukit/rtems/macros/rtems/rtems/options.inl index a9f4a2c464..727856b810 100644 --- a/cpukit/rtems/macros/rtems/rtems/options.inl +++ b/cpukit/rtems/macros/rtems/rtems/options.inl @@ -1,5 +1,8 @@ -/* options.inl - * +/** + * @file rtems/rtems/options.inl + */ + +/* * This file contains the macro implementation of the inlined * routines from the Options Handler. * diff --git a/cpukit/rtems/macros/rtems/rtems/part.inl b/cpukit/rtems/macros/rtems/rtems/part.inl index 0aab6545c1..2d809294db 100644 --- a/cpukit/rtems/macros/rtems/rtems/part.inl +++ b/cpukit/rtems/macros/rtems/rtems/part.inl @@ -1,5 +1,8 @@ -/* part.inl - * +/** + * @file rtems/rtems/part.inl + */ + +/* * This file contains the macro implementation of all inlined routines * in the Partition Manager. * diff --git a/cpukit/rtems/macros/rtems/rtems/ratemon.inl b/cpukit/rtems/macros/rtems/rtems/ratemon.inl index 03e1c7f481..353be34720 100644 --- a/cpukit/rtems/macros/rtems/rtems/ratemon.inl +++ b/cpukit/rtems/macros/rtems/rtems/ratemon.inl @@ -1,5 +1,8 @@ -/* ratemon.inl - * +/** + * @file rtems/rtems/ratemon.inl + */ + +/* * This file contains the macro implementation of the inlined * routines in the Rate Monotonic Manager. * diff --git a/cpukit/rtems/macros/rtems/rtems/region.inl b/cpukit/rtems/macros/rtems/rtems/region.inl index 56969816c7..bf63c6d1cf 100644 --- a/cpukit/rtems/macros/rtems/rtems/region.inl +++ b/cpukit/rtems/macros/rtems/rtems/region.inl @@ -1,5 +1,8 @@ -/* region.inl - * +/** + * @file rtems/rtems/region.inl + */ + +/* * This file contains the macro implementation of the inlined * routines from the Region Manager. * diff --git a/cpukit/rtems/macros/rtems/rtems/sem.inl b/cpukit/rtems/macros/rtems/rtems/sem.inl index b49df036c4..1a4797ce7a 100644 --- a/cpukit/rtems/macros/rtems/rtems/sem.inl +++ b/cpukit/rtems/macros/rtems/rtems/sem.inl @@ -1,5 +1,8 @@ -/* sem.inl - * +/** + * @file rtems/rtems/sem.inl + */ + +/* * This file contains the macro implementation of the inlined * routines from the Semaphore Manager. * diff --git a/cpukit/rtems/macros/rtems/rtems/status.inl b/cpukit/rtems/macros/rtems/rtems/status.inl index fb4ee72b8e..8508a80a68 100644 --- a/cpukit/rtems/macros/rtems/rtems/status.inl +++ b/cpukit/rtems/macros/rtems/rtems/status.inl @@ -1,5 +1,8 @@ -/* macros/status.h - * +/** + * @file rtems/rtems/status.inl + */ + +/* * This include file contains the implementations of the inlined * routines for the status package. * diff --git a/cpukit/rtems/macros/rtems/rtems/support.inl b/cpukit/rtems/macros/rtems/rtems/support.inl index a0239ecfbc..c0cc8a53ab 100644 --- a/cpukit/rtems/macros/rtems/rtems/support.inl +++ b/cpukit/rtems/macros/rtems/rtems/support.inl @@ -1,5 +1,8 @@ -/* support.inl - * +/** + * @file rtems/rtems/support.inl + */ + +/* * This include file contains the macros implementation of all * of the inlined routines specific to the RTEMS API. * diff --git a/cpukit/rtems/macros/rtems/rtems/tasks.inl b/cpukit/rtems/macros/rtems/rtems/tasks.inl index 8c044d873e..e7f2b21119 100644 --- a/cpukit/rtems/macros/rtems/rtems/tasks.inl +++ b/cpukit/rtems/macros/rtems/rtems/tasks.inl @@ -1,5 +1,8 @@ -/* tasks.inl - * +/** + * @file rtems/rtems/tasks.inl + */ + +/* * This file contains the macro implementation of all inlined * routines in the with RTEMS Tasks Manager. * diff --git a/cpukit/rtems/macros/rtems/rtems/timer.inl b/cpukit/rtems/macros/rtems/rtems/timer.inl index 3043e7de21..6092db1ebb 100644 --- a/cpukit/rtems/macros/rtems/rtems/timer.inl +++ b/cpukit/rtems/macros/rtems/rtems/timer.inl @@ -1,5 +1,8 @@ -/* timer.inl - * +/** + * @file rtems/rtems/timer.inl + */ + +/* * This file contains the macro implementation of the inlined routines * from the Timer Manager. * -- cgit v1.2.3