summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/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/inline/rtems/score
parent2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-118745615ae0a23beef4fd74fd672f3b600a9bc4.tar.bz2
Adjust doxygen @file.
Diffstat (limited to 'cpukit/score/inline/rtems/score')
-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
21 files changed, 25 insertions, 21 deletions
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.