summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-21 07:17:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-21 07:17:38 +0000
commit118745615ae0a23beef4fd74fd672f3b600a9bc4 (patch)
tree186ba10385cb935c1d07bf8aac38554ee53e68b4 /cpukit/score
parent2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-118745615ae0a23beef4fd74fd672f3b600a9bc4.tar.bz2
Adjust doxygen @file.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/debug.h2
-rw-r--r--cpukit/score/include/rtems/score/address.h2
-rw-r--r--cpukit/score/include/rtems/score/apiext.h2
-rw-r--r--cpukit/score/include/rtems/score/apimutex.h2
-rw-r--r--cpukit/score/include/rtems/score/bitfield.h2
-rw-r--r--cpukit/score/include/rtems/score/chain.h2
-rw-r--r--cpukit/score/include/rtems/score/context.h2
-rw-r--r--cpukit/score/include/rtems/score/copyrt.h2
-rw-r--r--cpukit/score/include/rtems/score/coremsg.h2
-rw-r--r--cpukit/score/include/rtems/score/coremutex.h2
-rw-r--r--cpukit/score/include/rtems/score/coresem.h2
-rw-r--r--cpukit/score/include/rtems/score/heap.h2
-rw-r--r--cpukit/score/include/rtems/score/interr.h2
-rw-r--r--cpukit/score/include/rtems/score/isr.h2
-rw-r--r--cpukit/score/include/rtems/score/mpci.h2
-rw-r--r--cpukit/score/include/rtems/score/mppkt.h2
-rw-r--r--cpukit/score/include/rtems/score/object.h7
-rw-r--r--cpukit/score/include/rtems/score/objectmp.h2
-rw-r--r--cpukit/score/include/rtems/score/priority.h2
-rw-r--r--cpukit/score/include/rtems/score/stack.h2
-rw-r--r--cpukit/score/include/rtems/score/states.h2
-rw-r--r--cpukit/score/include/rtems/score/sysstate.h2
-rw-r--r--cpukit/score/include/rtems/score/thread.h2
-rw-r--r--cpukit/score/include/rtems/score/threadmp.h2
-rw-r--r--cpukit/score/include/rtems/score/threadq.h2
-rw-r--r--cpukit/score/include/rtems/score/tod.h2
-rw-r--r--cpukit/score/include/rtems/score/tqdata.h2
-rw-r--r--cpukit/score/include/rtems/score/userext.h2
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h2
-rw-r--r--cpukit/score/include/rtems/score/wkspace.h2
-rw-r--r--cpukit/score/include/rtems/seterr.h2
-rw-r--r--cpukit/score/include/rtems/system.h2
-rw-r--r--cpukit/score/inline/rtems/score/address.inl2
-rw-r--r--cpukit/score/inline/rtems/score/chain.inl2
-rw-r--r--cpukit/score/inline/rtems/score/coremsg.inl2
-rw-r--r--cpukit/score/inline/rtems/score/coremutex.inl2
-rw-r--r--cpukit/score/inline/rtems/score/coresem.inl2
-rw-r--r--cpukit/score/inline/rtems/score/heap.inl2
-rw-r--r--cpukit/score/inline/rtems/score/isr.inl2
-rw-r--r--cpukit/score/inline/rtems/score/mppkt.inl2
-rw-r--r--cpukit/score/inline/rtems/score/object.inl6
-rw-r--r--cpukit/score/inline/rtems/score/objectmp.inl2
-rw-r--r--cpukit/score/inline/rtems/score/priority.inl2
-rw-r--r--cpukit/score/inline/rtems/score/stack.inl2
-rw-r--r--cpukit/score/inline/rtems/score/states.inl2
-rw-r--r--cpukit/score/inline/rtems/score/sysstate.inl2
-rw-r--r--cpukit/score/inline/rtems/score/thread.inl2
-rw-r--r--cpukit/score/inline/rtems/score/threadmp.inl2
-rw-r--r--cpukit/score/inline/rtems/score/tod.inl2
-rw-r--r--cpukit/score/inline/rtems/score/tqdata.inl2
-rw-r--r--cpukit/score/inline/rtems/score/userext.inl2
-rw-r--r--cpukit/score/inline/rtems/score/watchdog.inl2
-rw-r--r--cpukit/score/inline/rtems/score/wkspace.inl2
-rw-r--r--cpukit/score/macros/rtems/score/object.inl7
54 files changed, 66 insertions, 56 deletions
diff --git a/cpukit/score/include/rtems/debug.h b/cpukit/score/include/rtems/debug.h
index 9cfd989e19..f8babe848f 100644
--- a/cpukit/score/include/rtems/debug.h
+++ b/cpukit/score/include/rtems/debug.h
@@ -1,5 +1,5 @@
/**
- * @file debug.h
+ * @file rtems/debug.h
*
* This include file contains the information pertaining to the debug
* support within RTEMS. It is currently cast in the form of a
diff --git a/cpukit/score/include/rtems/score/address.h b/cpukit/score/include/rtems/score/address.h
index 66c7c62a95..2b6ceb2b6f 100644
--- a/cpukit/score/include/rtems/score/address.h
+++ b/cpukit/score/include/rtems/score/address.h
@@ -1,5 +1,5 @@
/**
- * @file address.h
+ * @file rtems/score/address.h
*
* This include file contains the information required to manipulate
* physical addresses.
diff --git a/cpukit/score/include/rtems/score/apiext.h b/cpukit/score/include/rtems/score/apiext.h
index f8516b2aec..6e995631e8 100644
--- a/cpukit/score/include/rtems/score/apiext.h
+++ b/cpukit/score/include/rtems/score/apiext.h
@@ -1,5 +1,5 @@
/**
- * @file apiext.h
+ * @file rtems/score/apiext.h
*
* This is the API Extensions Handler.
*/
diff --git a/cpukit/score/include/rtems/score/apimutex.h b/cpukit/score/include/rtems/score/apimutex.h
index 279fa5b014..4b59e972c7 100644
--- a/cpukit/score/include/rtems/score/apimutex.h
+++ b/cpukit/score/include/rtems/score/apimutex.h
@@ -1,5 +1,5 @@
/**
- * @file apimutex.h
+ * @file rtems/score/apimutex.h
*
* This include file contains all the constants and structures associated
* with the API Mutex Handler. This handler is used by API level
diff --git a/cpukit/score/include/rtems/score/bitfield.h b/cpukit/score/include/rtems/score/bitfield.h
index 2f097a0c1a..db47de7a8e 100644
--- a/cpukit/score/include/rtems/score/bitfield.h
+++ b/cpukit/score/include/rtems/score/bitfield.h
@@ -1,5 +1,5 @@
/**
- * @file bitfield.h
+ * @file rtems/score/bitfield.h
*
* This include file contains all bit field manipulation routines.
*/
diff --git a/cpukit/score/include/rtems/score/chain.h b/cpukit/score/include/rtems/score/chain.h
index fc739fc5dd..46accd3a95 100644
--- a/cpukit/score/include/rtems/score/chain.h
+++ b/cpukit/score/include/rtems/score/chain.h
@@ -1,5 +1,5 @@
/**
- * @file chain.h
+ * @file rtems/score/chain.h
*
* This include file contains all the constants and structures associated
* with the Doubly-Linked Chain Handler.
diff --git a/cpukit/score/include/rtems/score/context.h b/cpukit/score/include/rtems/score/context.h
index 7c0b5df16d..6d6e230ade 100644
--- a/cpukit/score/include/rtems/score/context.h
+++ b/cpukit/score/include/rtems/score/context.h
@@ -1,5 +1,5 @@
/**
- * @file context.h
+ * @file rtems/score/context.h
*
* This include file contains all information about each thread's context.
*/
diff --git a/cpukit/score/include/rtems/score/copyrt.h b/cpukit/score/include/rtems/score/copyrt.h
index e300f4276a..13cff2d935 100644
--- a/cpukit/score/include/rtems/score/copyrt.h
+++ b/cpukit/score/include/rtems/score/copyrt.h
@@ -1,5 +1,5 @@
/**
- * @file copyrt.h
+ * @file rtems/score/copyrt.h
*
* This include file contains the copyright notice for RTEMS
* which is included in every binary copy of the executive.
diff --git a/cpukit/score/include/rtems/score/coremsg.h b/cpukit/score/include/rtems/score/coremsg.h
index a1789ab111..924c4e3e51 100644
--- a/cpukit/score/include/rtems/score/coremsg.h
+++ b/cpukit/score/include/rtems/score/coremsg.h
@@ -1,5 +1,5 @@
/**
- * @file coremsg.h
+ * @file rtems/score/coremsg.h
*
* This include file contains all the constants and structures associated
* with the Message queue Handler.
diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/score/include/rtems/score/coremutex.h
index 5be229f2ea..afd2cc8684 100644
--- a/cpukit/score/include/rtems/score/coremutex.h
+++ b/cpukit/score/include/rtems/score/coremutex.h
@@ -1,5 +1,5 @@
/**
- * @file coremutex.h
+ * @file rtems/score/coremutex.h
*
* This include file contains all the constants and structures associated
* with the Mutex Handler. A mutex is an enhanced version of the standard
diff --git a/cpukit/score/include/rtems/score/coresem.h b/cpukit/score/include/rtems/score/coresem.h
index 3047dc0c02..163957e1cf 100644
--- a/cpukit/score/include/rtems/score/coresem.h
+++ b/cpukit/score/include/rtems/score/coresem.h
@@ -1,5 +1,5 @@
/**
- * @file coresem.h
+ * @file rtems/score/coresem.h
*
* This include file contains all the constants and structures associated
* with the Counting Semaphore Handler. A counting semaphore is the
diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index 0745fab95f..8b3f8f9a9b 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/score/include/rtems/score/heap.h
@@ -1,5 +1,5 @@
/**
- * @file heap.h
+ * @file rtems/score/heap.h
*
* This include file contains the information pertaining to the Heap
* Handler. A heap is a doubly linked list of variable size
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index eb5c2b499c..90fcd3f184 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -1,5 +1,5 @@
/**
- * @file interr.h
+ * @file rtems/score/interr.h
*
* This include file contains constants and prototypes related
* to the Internal Error Handler.
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index a932eafcf7..dd60424ce0 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -1,5 +1,5 @@
/**
- * @file isr.h
+ * @file rtems/score/isr.h
*
* This include file contains all the constants and structures associated
* with the management of processor interrupt levels. This handler
diff --git a/cpukit/score/include/rtems/score/mpci.h b/cpukit/score/include/rtems/score/mpci.h
index da5636957d..e32bda8c22 100644
--- a/cpukit/score/include/rtems/score/mpci.h
+++ b/cpukit/score/include/rtems/score/mpci.h
@@ -1,5 +1,5 @@
/**
- * @file mpci.h
+ * @file rtems/score/mpci.h
*
* This include file contains all the constants and structures associated
* with the MPCI layer. It provides mechanisms to utilize packets.
diff --git a/cpukit/score/include/rtems/score/mppkt.h b/cpukit/score/include/rtems/score/mppkt.h
index 515d67150f..0c72866371 100644
--- a/cpukit/score/include/rtems/score/mppkt.h
+++ b/cpukit/score/include/rtems/score/mppkt.h
@@ -1,5 +1,5 @@
/**
- * @file mppkt.h
+ * @file rtems/score/mppkt.h
*
* This package is the specification for the Packet Handler.
* This handler defines the basic packet and provides
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index 88a47682d3..17cb349304 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -1,5 +1,8 @@
-/* object.h
- *
+/**
+ * @file rtems/score/object.h
+ */
+
+/*
* This include file contains all the constants and structures associated
* with the Object Handler. This Handler provides mechanisms which
* can be used to initialize and manipulate all objects which have
diff --git a/cpukit/score/include/rtems/score/objectmp.h b/cpukit/score/include/rtems/score/objectmp.h
index cf6a4d68d2..da4758d806 100644
--- a/cpukit/score/include/rtems/score/objectmp.h
+++ b/cpukit/score/include/rtems/score/objectmp.h
@@ -1,5 +1,5 @@
/**
- * @file objectmp.h
+ * @file rtems/score/objectmp.h
*
* This include file contains all the constants and structures associated
* with the manipulation of Global RTEMS Objects.
diff --git a/cpukit/score/include/rtems/score/priority.h b/cpukit/score/include/rtems/score/priority.h
index 9ab1bc3c8c..800ef41a98 100644
--- a/cpukit/score/include/rtems/score/priority.h
+++ b/cpukit/score/include/rtems/score/priority.h
@@ -1,5 +1,5 @@
/**
- * @file priority.h
+ * @file rtems/score/priority.h
*
* This include file contains all thread priority manipulation routines.
* This Handler provides mechanisms which can be used to
diff --git a/cpukit/score/include/rtems/score/stack.h b/cpukit/score/include/rtems/score/stack.h
index 39c8f94cc0..a45ca80433 100644
--- a/cpukit/score/include/rtems/score/stack.h
+++ b/cpukit/score/include/rtems/score/stack.h
@@ -1,5 +1,5 @@
/**
- * @file stack.h
+ * @file rtems/score/stack.h
*
* This include file contains all information about the thread
* Stack Handler. This Handler provides mechanisms which can be used to
diff --git a/cpukit/score/include/rtems/score/states.h b/cpukit/score/include/rtems/score/states.h
index 0ed5db73b1..1cfceddab2 100644
--- a/cpukit/score/include/rtems/score/states.h
+++ b/cpukit/score/include/rtems/score/states.h
@@ -1,5 +1,5 @@
/**
- * @file states.h
+ * @file rtems/score/states.h
*
* This include file contains thread execution state information.
*/
diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h
index 3302be767c..3e10972a4a 100644
--- a/cpukit/score/include/rtems/score/sysstate.h
+++ b/cpukit/score/include/rtems/score/sysstate.h
@@ -1,5 +1,5 @@
/**
- * @file sysstate.h
+ * @file rtems/score/sysstate.h
*
* This include file contains information regarding the system state.
*/
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 3e9fb9335e..c2ddab46f2 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -1,5 +1,5 @@
/**
- * @file thread.h
+ * @file rtems/score/thread.h
*
* This include file contains all constants and structures associated
* with the thread control block.
diff --git a/cpukit/score/include/rtems/score/threadmp.h b/cpukit/score/include/rtems/score/threadmp.h
index 1a4f3087d4..f9bd5d0367 100644
--- a/cpukit/score/include/rtems/score/threadmp.h
+++ b/cpukit/score/include/rtems/score/threadmp.h
@@ -1,5 +1,5 @@
/**
- * @file threadmp.h
+ * @file rtems/score/threadmp.h
*
* This include file contains the specification for all routines
* and data specific to the multiprocessing portion of the thread package.
diff --git a/cpukit/score/include/rtems/score/threadq.h b/cpukit/score/include/rtems/score/threadq.h
index 83b2563b96..7385c29905 100644
--- a/cpukit/score/include/rtems/score/threadq.h
+++ b/cpukit/score/include/rtems/score/threadq.h
@@ -1,5 +1,5 @@
/**
- * @file threadq.h
+ * @file rtems/score/threadq.h
*
* This include file contains all the constants and structures associated
* with the manipulation of objects.
diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h
index b938899293..e47cc9d71e 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -1,5 +1,5 @@
/**
- * @file tod.h
+ * @file rtems/score/tod.h
*
* This include file contains all the constants and structures associated
* with the Time of Day Handler.
diff --git a/cpukit/score/include/rtems/score/tqdata.h b/cpukit/score/include/rtems/score/tqdata.h
index f7ba664e17..f50487807d 100644
--- a/cpukit/score/include/rtems/score/tqdata.h
+++ b/cpukit/score/include/rtems/score/tqdata.h
@@ -1,5 +1,5 @@
/**
- * @file tqdata.h
+ * @file rtems/score/tqdata.h
*
* This include file contains all the constants and structures
* needed to declare a thread queue.
diff --git a/cpukit/score/include/rtems/score/userext.h b/cpukit/score/include/rtems/score/userext.h
index 8215eb5f45..0e09419fcd 100644
--- a/cpukit/score/include/rtems/score/userext.h
+++ b/cpukit/score/include/rtems/score/userext.h
@@ -1,5 +1,5 @@
/**
- * @file userext.h
+ * @file rtems/score/userext.h
*
* This include file contains all information about user extensions. This
* Handler provides mechanisms which can be used to initialize and manipulate
diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index 91d2a166c0..ff99103977 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -1,5 +1,5 @@
/**
- * @file watchdog.h
+ * @file rtems/score/watchdog.h
*
* This include file contains all the constants and structures associated
* with watchdog timers. This Handler provides mechanisms which can be
diff --git a/cpukit/score/include/rtems/score/wkspace.h b/cpukit/score/include/rtems/score/wkspace.h
index dd3869df05..a4015d2a51 100644
--- a/cpukit/score/include/rtems/score/wkspace.h
+++ b/cpukit/score/include/rtems/score/wkspace.h
@@ -1,5 +1,5 @@
/**
- * @file wkspace.h
+ * @file rtems/score/wkspace.h
*
* This include file contains information related to the
* RAM Workspace. This Handler provides mechanisms which can be used to
diff --git a/cpukit/score/include/rtems/seterr.h b/cpukit/score/include/rtems/seterr.h
index 621ee5932e..cacd0e7a52 100644
--- a/cpukit/score/include/rtems/seterr.h
+++ b/cpukit/score/include/rtems/seterr.h
@@ -1,5 +1,5 @@
/**
- * @file seterr.h
+ * @file rtems/seterr.h
*
* This file contains macros and definitions which ease the burden
* of consistently setting errno and returning -1.
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index e441f8890d..bef06db7a1 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -1,5 +1,5 @@
/**
- * @file system.h
+ * @file rtems/system.h
*
* This include file contains information that is included in every
* function in the executive. This must be the first include file
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.
diff --git a/cpukit/score/macros/rtems/score/object.inl b/cpukit/score/macros/rtems/score/object.inl
index 8469e55feb..765b27354b 100644
--- a/cpukit/score/macros/rtems/score/object.inl
+++ b/cpukit/score/macros/rtems/score/object.inl
@@ -1,5 +1,8 @@
-/* object.inl
- *
+/**
+ * @file rtems/score/object.inl
+ */
+
+/*
* This include file contains the macro implementation of all
* of the inlined routines in the Object Handler.
*