From 118745615ae0a23beef4fd74fd672f3b600a9bc4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 21 Nov 2004 07:17:38 +0000 Subject: Adjust doxygen @file. --- cpukit/score/inline/rtems/score/address.inl | 2 +- cpukit/score/inline/rtems/score/chain.inl | 2 +- cpukit/score/inline/rtems/score/coremsg.inl | 2 +- cpukit/score/inline/rtems/score/coremutex.inl | 2 +- cpukit/score/inline/rtems/score/coresem.inl | 2 +- cpukit/score/inline/rtems/score/heap.inl | 2 +- cpukit/score/inline/rtems/score/isr.inl | 2 +- cpukit/score/inline/rtems/score/mppkt.inl | 2 +- cpukit/score/inline/rtems/score/object.inl | 6 +++++- cpukit/score/inline/rtems/score/objectmp.inl | 2 +- cpukit/score/inline/rtems/score/priority.inl | 2 +- cpukit/score/inline/rtems/score/stack.inl | 2 +- cpukit/score/inline/rtems/score/states.inl | 2 +- cpukit/score/inline/rtems/score/sysstate.inl | 2 +- cpukit/score/inline/rtems/score/thread.inl | 2 +- cpukit/score/inline/rtems/score/threadmp.inl | 2 +- cpukit/score/inline/rtems/score/tod.inl | 2 +- cpukit/score/inline/rtems/score/tqdata.inl | 2 +- cpukit/score/inline/rtems/score/userext.inl | 2 +- cpukit/score/inline/rtems/score/watchdog.inl | 2 +- cpukit/score/inline/rtems/score/wkspace.inl | 2 +- 21 files changed, 25 insertions(+), 21 deletions(-) (limited to 'cpukit/score/inline/rtems/score') diff --git a/cpukit/score/inline/rtems/score/address.inl b/cpukit/score/inline/rtems/score/address.inl index 7f1f298ae4..11c987306f 100644 --- a/cpukit/score/inline/rtems/score/address.inl +++ b/cpukit/score/inline/rtems/score/address.inl @@ -1,5 +1,5 @@ /** - * @file address.inl + * @file rtems/score/address.inl * * This include file contains the bodies of the routines * about addresses which are inlined. diff --git a/cpukit/score/inline/rtems/score/chain.inl b/cpukit/score/inline/rtems/score/chain.inl index a21841f413..d366db2e8b 100644 --- a/cpukit/score/inline/rtems/score/chain.inl +++ b/cpukit/score/inline/rtems/score/chain.inl @@ -1,5 +1,5 @@ /** - * @file chain.inl + * @file rtems/score/chain.inl * * This include file contains the bodies of the routines which are * associated with doubly linked chains and inlined. diff --git a/cpukit/score/inline/rtems/score/coremsg.inl b/cpukit/score/inline/rtems/score/coremsg.inl index 56dea73b6d..bc348ecce9 100644 --- a/cpukit/score/inline/rtems/score/coremsg.inl +++ b/cpukit/score/inline/rtems/score/coremsg.inl @@ -1,5 +1,5 @@ /** - * @file coremsg.inl + * @file rtems/score/coremsg.inl * * This include file contains the static inline implementation of all * inlined routines in the Core Message Handler. diff --git a/cpukit/score/inline/rtems/score/coremutex.inl b/cpukit/score/inline/rtems/score/coremutex.inl index 3040142636..9fc2cc88da 100644 --- a/cpukit/score/inline/rtems/score/coremutex.inl +++ b/cpukit/score/inline/rtems/score/coremutex.inl @@ -1,5 +1,5 @@ /** - * @file coremutex.inl + * @file rtems/score/coremutex.inl * * This include file contains all of the inlined routines associated * with the CORE mutexes. diff --git a/cpukit/score/inline/rtems/score/coresem.inl b/cpukit/score/inline/rtems/score/coresem.inl index b2a6282b39..4468a71ad3 100644 --- a/cpukit/score/inline/rtems/score/coresem.inl +++ b/cpukit/score/inline/rtems/score/coresem.inl @@ -1,5 +1,5 @@ /** - * @file coresem.inl + * @file rtems/score/coresem.inl * * This include file contains all of the inlined routines associated * with the CORE semaphore. diff --git a/cpukit/score/inline/rtems/score/heap.inl b/cpukit/score/inline/rtems/score/heap.inl index f8d2cca0c3..db38500a96 100644 --- a/cpukit/score/inline/rtems/score/heap.inl +++ b/cpukit/score/inline/rtems/score/heap.inl @@ -1,5 +1,5 @@ /** - * @file heap.inl + * @file rtems/score/heap.inl * * This file contains the static inline implementation of the inlined * routines from the heap handler. diff --git a/cpukit/score/inline/rtems/score/isr.inl b/cpukit/score/inline/rtems/score/isr.inl index dedbd150cd..2918e953ed 100644 --- a/cpukit/score/inline/rtems/score/isr.inl +++ b/cpukit/score/inline/rtems/score/isr.inl @@ -1,5 +1,5 @@ /** - * @file isr.inl + * @file rtems/score/isr.inl * * This include file contains the static implementation of all * inlined routines in the Interrupt Handler. diff --git a/cpukit/score/inline/rtems/score/mppkt.inl b/cpukit/score/inline/rtems/score/mppkt.inl index 77f5664eb0..cee285b7c0 100644 --- a/cpukit/score/inline/rtems/score/mppkt.inl +++ b/cpukit/score/inline/rtems/score/mppkt.inl @@ -1,5 +1,5 @@ /** - * @file mppkt.inl + * @file rtems/score/mppkt.inl * * This package is the implementation of the Packet Handler * routines which are inlined. diff --git a/cpukit/score/inline/rtems/score/object.inl b/cpukit/score/inline/rtems/score/object.inl index 8056c30db7..61e98d9f43 100644 --- a/cpukit/score/inline/rtems/score/object.inl +++ b/cpukit/score/inline/rtems/score/object.inl @@ -1,4 +1,8 @@ -/* object.inl +/** + * @file rtems/score/object.inl + */ + +/* * * This include file contains the static inline implementation of all * of the inlined routines in the Object Handler. diff --git a/cpukit/score/inline/rtems/score/objectmp.inl b/cpukit/score/inline/rtems/score/objectmp.inl index ddd48fdf1b..11f843b192 100644 --- a/cpukit/score/inline/rtems/score/objectmp.inl +++ b/cpukit/score/inline/rtems/score/objectmp.inl @@ -1,5 +1,5 @@ /** - * @file objectmp.inl + * @file rtems/score/objectmp.inl * * This include file contains the bodies of all inlined routines * which deal with global objects. diff --git a/cpukit/score/inline/rtems/score/priority.inl b/cpukit/score/inline/rtems/score/priority.inl index 509b52e5f2..1a3901ad7b 100644 --- a/cpukit/score/inline/rtems/score/priority.inl +++ b/cpukit/score/inline/rtems/score/priority.inl @@ -1,5 +1,5 @@ /** - * @file priority.inl + * @file rtems/score/priority.inl * * This file contains the static inline implementation of all inlined * routines in the Priority Handler. diff --git a/cpukit/score/inline/rtems/score/stack.inl b/cpukit/score/inline/rtems/score/stack.inl index e02da4fbe0..f9cf0334f3 100644 --- a/cpukit/score/inline/rtems/score/stack.inl +++ b/cpukit/score/inline/rtems/score/stack.inl @@ -1,5 +1,5 @@ /** - * @file stack.inl + * @file rtems/score/stack.inl * * This file contains the static inline implementation of the inlined * routines from the Stack Handler. diff --git a/cpukit/score/inline/rtems/score/states.inl b/cpukit/score/inline/rtems/score/states.inl index 2701692f19..34eab68dcd 100644 --- a/cpukit/score/inline/rtems/score/states.inl +++ b/cpukit/score/inline/rtems/score/states.inl @@ -1,5 +1,5 @@ /** - * @file states.inl + * @file rtems/score/states.inl * * This file contains the macro implementation of the inlined * routines associated with thread state information. diff --git a/cpukit/score/inline/rtems/score/sysstate.inl b/cpukit/score/inline/rtems/score/sysstate.inl index 63cfe8cde4..7325b5bbad 100644 --- a/cpukit/score/inline/rtems/score/sysstate.inl +++ b/cpukit/score/inline/rtems/score/sysstate.inl @@ -1,5 +1,5 @@ /** - * @file sysstate.inl + * @file rtems/score/sysstate.inl * * This file contains the inline implementation of routines regarding the * system state. diff --git a/cpukit/score/inline/rtems/score/thread.inl b/cpukit/score/inline/rtems/score/thread.inl index 3d38f8e6da..c7ce2c6c18 100644 --- a/cpukit/score/inline/rtems/score/thread.inl +++ b/cpukit/score/inline/rtems/score/thread.inl @@ -1,5 +1,5 @@ /** - * @file thread.inl + * @file rtems/score/thread.inl * * This file contains the macro implementation of the inlined * routines from the Thread handler. diff --git a/cpukit/score/inline/rtems/score/threadmp.inl b/cpukit/score/inline/rtems/score/threadmp.inl index 67978a32d7..204524f2ab 100644 --- a/cpukit/score/inline/rtems/score/threadmp.inl +++ b/cpukit/score/inline/rtems/score/threadmp.inl @@ -1,5 +1,5 @@ /** - * @file threadmp.inl + * @file rtems/score/threadmp.inl * * This include file contains the bodies of all inlined routines * for the multiprocessing part of thread package. diff --git a/cpukit/score/inline/rtems/score/tod.inl b/cpukit/score/inline/rtems/score/tod.inl index 0854654453..ae4ec3af3d 100644 --- a/cpukit/score/inline/rtems/score/tod.inl +++ b/cpukit/score/inline/rtems/score/tod.inl @@ -1,5 +1,5 @@ /** - * @file tod.inl + * @file rtems/score/tod.inl * * This file contains the static inline implementation of the inlined routines * from the Time of Day Handler. diff --git a/cpukit/score/inline/rtems/score/tqdata.inl b/cpukit/score/inline/rtems/score/tqdata.inl index 85662b394d..e1e06e7f07 100644 --- a/cpukit/score/inline/rtems/score/tqdata.inl +++ b/cpukit/score/inline/rtems/score/tqdata.inl @@ -1,5 +1,5 @@ /** - * @file tqdata.inl + * @file rtems/score/tqdata.inl * * This file contains the static inline implementation of the inlined * routines needed to support the Thread Queue Data. diff --git a/cpukit/score/inline/rtems/score/userext.inl b/cpukit/score/inline/rtems/score/userext.inl index 205968d5dc..4aeb49be35 100644 --- a/cpukit/score/inline/rtems/score/userext.inl +++ b/cpukit/score/inline/rtems/score/userext.inl @@ -1,5 +1,5 @@ /** - * @file userext.inl + * @file rtems/score/userext.inl * * This file contains the macro implementation of the inlined routines * from the User Extension Handler diff --git a/cpukit/score/inline/rtems/score/watchdog.inl b/cpukit/score/inline/rtems/score/watchdog.inl index 4aebc4b34b..f8ed613085 100644 --- a/cpukit/score/inline/rtems/score/watchdog.inl +++ b/cpukit/score/inline/rtems/score/watchdog.inl @@ -1,5 +1,5 @@ /** - * @file watchdog.inl + * @file rtems/score/watchdog.inl * * This file contains the static inline implementation of all inlined * routines in the Watchdog Handler. diff --git a/cpukit/score/inline/rtems/score/wkspace.inl b/cpukit/score/inline/rtems/score/wkspace.inl index d9bd16eed3..29f49b899f 100644 --- a/cpukit/score/inline/rtems/score/wkspace.inl +++ b/cpukit/score/inline/rtems/score/wkspace.inl @@ -1,5 +1,5 @@ /** - * @file wkspace.inl + * @file rtems/score/wkspace.inl * * This include file contains the bodies of the routines which contains * information related to the RAM Workspace. -- cgit v1.2.3