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