summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score')
-rw-r--r--cpukit/include/rtems/score/address.h2
-rw-r--r--cpukit/include/rtems/score/context.h2
-rw-r--r--cpukit/include/rtems/score/copyrt.h2
-rw-r--r--cpukit/include/rtems/score/corebarrier.h2
-rw-r--r--cpukit/include/rtems/score/coremsg.h2
-rw-r--r--cpukit/include/rtems/score/coresem.h2
-rw-r--r--cpukit/include/rtems/score/interr.h2
-rw-r--r--cpukit/include/rtems/score/isr.h2
-rw-r--r--cpukit/include/rtems/score/isrlevel.h2
-rw-r--r--cpukit/include/rtems/score/mppkt.h2
-rw-r--r--cpukit/include/rtems/score/object.h2
-rw-r--r--cpukit/include/rtems/score/objectmp.h2
-rw-r--r--cpukit/include/rtems/score/percpu.h2
-rw-r--r--cpukit/include/rtems/score/prioritybitmap.h2
-rw-r--r--cpukit/include/rtems/score/rbtree.h2
-rw-r--r--cpukit/include/rtems/score/scheduler.h2
-rw-r--r--cpukit/include/rtems/score/schedulercbs.h2
-rw-r--r--cpukit/include/rtems/score/scheduleredf.h2
-rw-r--r--cpukit/include/rtems/score/schedulerpriority.h2
-rw-r--r--cpukit/include/rtems/score/schedulersimple.h2
-rw-r--r--cpukit/include/rtems/score/stack.h2
-rw-r--r--cpukit/include/rtems/score/states.h2
-rw-r--r--cpukit/include/rtems/score/thread.h2
-rw-r--r--cpukit/include/rtems/score/threadmp.h2
-rw-r--r--cpukit/include/rtems/score/threadqimpl.h2
-rw-r--r--cpukit/include/rtems/score/timespec.h2
-rw-r--r--cpukit/include/rtems/score/timestamp.h2
-rw-r--r--cpukit/include/rtems/score/timestampimpl.h2
-rw-r--r--cpukit/include/rtems/score/wkspace.h2
29 files changed, 29 insertions, 29 deletions
diff --git a/cpukit/include/rtems/score/address.h b/cpukit/include/rtems/score/address.h
index 00fc105e48..28502e25e4 100644
--- a/cpukit/include/rtems/score/address.h
+++ b/cpukit/include/rtems/score/address.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/address.h
+ * @file
*
* @brief Information Required to Manipulate Physical Addresses
*
diff --git a/cpukit/include/rtems/score/context.h b/cpukit/include/rtems/score/context.h
index 990a602396..317575538a 100644
--- a/cpukit/include/rtems/score/context.h
+++ b/cpukit/include/rtems/score/context.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/context.h
+ * @file
*
* @brief Information About Each Thread's Context
*
diff --git a/cpukit/include/rtems/score/copyrt.h b/cpukit/include/rtems/score/copyrt.h
index 17c925a008..8647bd9d0d 100644
--- a/cpukit/include/rtems/score/copyrt.h
+++ b/cpukit/include/rtems/score/copyrt.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/copyrt.h
+ * @file
*
* @brief Copyright Notice for RTEMS
*
diff --git a/cpukit/include/rtems/score/corebarrier.h b/cpukit/include/rtems/score/corebarrier.h
index ba706be3e3..785c7729a3 100644
--- a/cpukit/include/rtems/score/corebarrier.h
+++ b/cpukit/include/rtems/score/corebarrier.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/corebarrier.h
+ * @file
*
* @brief Constants and Structures Associated with the Barrier Handler
*
diff --git a/cpukit/include/rtems/score/coremsg.h b/cpukit/include/rtems/score/coremsg.h
index e0a7e05bbf..90bf9d8a9e 100644
--- a/cpukit/include/rtems/score/coremsg.h
+++ b/cpukit/include/rtems/score/coremsg.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/coremsg.h
+ * @file
*
* @brief Constants and Structures Associated with the Message Queue Handler.
*
diff --git a/cpukit/include/rtems/score/coresem.h b/cpukit/include/rtems/score/coresem.h
index f9d3ac8fd5..4df7b6c49a 100644
--- a/cpukit/include/rtems/score/coresem.h
+++ b/cpukit/include/rtems/score/coresem.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/coresem.h
+ * @file
*
* @brief Data Associated with the Counting Semaphore Handler
*
diff --git a/cpukit/include/rtems/score/interr.h b/cpukit/include/rtems/score/interr.h
index 54e6ec759d..a0ad7a5e36 100644
--- a/cpukit/include/rtems/score/interr.h
+++ b/cpukit/include/rtems/score/interr.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/interr.h
+ * @file
*
* @brief Constants and Prototypes Related to the Internal Error Handler
*
diff --git a/cpukit/include/rtems/score/isr.h b/cpukit/include/rtems/score/isr.h
index f4e2eec3cf..0d6f2a21ee 100644
--- a/cpukit/include/rtems/score/isr.h
+++ b/cpukit/include/rtems/score/isr.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/isr.h
+ * @file
*
* @brief Data Related to the Management of Processor Interrupt Levels
*
diff --git a/cpukit/include/rtems/score/isrlevel.h b/cpukit/include/rtems/score/isrlevel.h
index abfb1b67fc..9222e1871c 100644
--- a/cpukit/include/rtems/score/isrlevel.h
+++ b/cpukit/include/rtems/score/isrlevel.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/isrlevel.h
+ * @file
*
* @brief ISR Level Type
*
diff --git a/cpukit/include/rtems/score/mppkt.h b/cpukit/include/rtems/score/mppkt.h
index d6d41261f6..74d7e3d55b 100644
--- a/cpukit/include/rtems/score/mppkt.h
+++ b/cpukit/include/rtems/score/mppkt.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/mppkt.h
+ * @file
*
* @brief Specification for the Packet Handler
*
diff --git a/cpukit/include/rtems/score/object.h b/cpukit/include/rtems/score/object.h
index f75d1de2ab..a9b5ab1d1d 100644
--- a/cpukit/include/rtems/score/object.h
+++ b/cpukit/include/rtems/score/object.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/object.h
+ * @file
*
* @brief Constants and Structures Associated with the Object Handler
*
diff --git a/cpukit/include/rtems/score/objectmp.h b/cpukit/include/rtems/score/objectmp.h
index 5c9f4f74e3..d52b83fdff 100644
--- a/cpukit/include/rtems/score/objectmp.h
+++ b/cpukit/include/rtems/score/objectmp.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/objectmp.h
+ * @file
*
* @brief Data Associated with the Manipulation of Global RTEMS Objects
*
diff --git a/cpukit/include/rtems/score/percpu.h b/cpukit/include/rtems/score/percpu.h
index 22c5c30a00..b9f23ac394 100644
--- a/cpukit/include/rtems/score/percpu.h
+++ b/cpukit/include/rtems/score/percpu.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/percpu.h
+ * @file
*
* This include file defines the per CPU information required
* by RTEMS.
diff --git a/cpukit/include/rtems/score/prioritybitmap.h b/cpukit/include/rtems/score/prioritybitmap.h
index 40638dd628..ac769c1ea4 100644
--- a/cpukit/include/rtems/score/prioritybitmap.h
+++ b/cpukit/include/rtems/score/prioritybitmap.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/prioritybitmap.h
+ * @file
*
* @brief Manipulation Routines for the Bitmap Priority Queue Implementation
*
diff --git a/cpukit/include/rtems/score/rbtree.h b/cpukit/include/rtems/score/rbtree.h
index fea3d13695..51f9125dda 100644
--- a/cpukit/include/rtems/score/rbtree.h
+++ b/cpukit/include/rtems/score/rbtree.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/rbtree.h
+ * @file
*
* @brief Constants and Structures Associated with the Red-Black Tree Handler
*
diff --git a/cpukit/include/rtems/score/scheduler.h b/cpukit/include/rtems/score/scheduler.h
index fe6315daef..c36353cf6b 100644
--- a/cpukit/include/rtems/score/scheduler.h
+++ b/cpukit/include/rtems/score/scheduler.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/scheduler.h
+ * @file
*
* @brief Constants and Structures Associated with the Scheduler
*
diff --git a/cpukit/include/rtems/score/schedulercbs.h b/cpukit/include/rtems/score/schedulercbs.h
index 635abce125..2b5ffb94aa 100644
--- a/cpukit/include/rtems/score/schedulercbs.h
+++ b/cpukit/include/rtems/score/schedulercbs.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/schedulercbs.h
+ * @file
*
* @brief Thread manipulation for the CBS scheduler
*
diff --git a/cpukit/include/rtems/score/scheduleredf.h b/cpukit/include/rtems/score/scheduleredf.h
index 91c303ca56..c3849e825e 100644
--- a/cpukit/include/rtems/score/scheduleredf.h
+++ b/cpukit/include/rtems/score/scheduleredf.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/scheduleredf.h
+ * @file
*
* @brief Data Related to the Manipulation of Threads for the EDF Scheduler
*
diff --git a/cpukit/include/rtems/score/schedulerpriority.h b/cpukit/include/rtems/score/schedulerpriority.h
index f5ae66102d..ad146076e5 100644
--- a/cpukit/include/rtems/score/schedulerpriority.h
+++ b/cpukit/include/rtems/score/schedulerpriority.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/schedulerpriority.h
+ * @file
*
* @brief Thread Manipulation with the Priority-Based Scheduler
*
diff --git a/cpukit/include/rtems/score/schedulersimple.h b/cpukit/include/rtems/score/schedulersimple.h
index 0d410d5676..280105568f 100644
--- a/cpukit/include/rtems/score/schedulersimple.h
+++ b/cpukit/include/rtems/score/schedulersimple.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/schedulersimple.h
+ * @file
*
* @brief Manipulation of Threads Simple-Priority-Based Ready Queue
*
diff --git a/cpukit/include/rtems/score/stack.h b/cpukit/include/rtems/score/stack.h
index 9622495092..62be3ea5ef 100644
--- a/cpukit/include/rtems/score/stack.h
+++ b/cpukit/include/rtems/score/stack.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/stack.h
+ * @file
*
* @brief Information About the Thread Stack Handler
*
diff --git a/cpukit/include/rtems/score/states.h b/cpukit/include/rtems/score/states.h
index ba59af6907..68aa1d699f 100644
--- a/cpukit/include/rtems/score/states.h
+++ b/cpukit/include/rtems/score/states.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/states.h
+ * @file
*
* @brief Thread Execution State Information
*
diff --git a/cpukit/include/rtems/score/thread.h b/cpukit/include/rtems/score/thread.h
index 9bf920d5fb..061d7cb14f 100644
--- a/cpukit/include/rtems/score/thread.h
+++ b/cpukit/include/rtems/score/thread.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/thread.h
+ * @file
*
* @brief Constants and Structures Related with the Thread Control Block
*
diff --git a/cpukit/include/rtems/score/threadmp.h b/cpukit/include/rtems/score/threadmp.h
index 9cde35b649..bcc71f7b88 100644
--- a/cpukit/include/rtems/score/threadmp.h
+++ b/cpukit/include/rtems/score/threadmp.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/threadmp.h
+ * @file
*
* @brief Multiprocessing Portion of the Thread Package
*
diff --git a/cpukit/include/rtems/score/threadqimpl.h b/cpukit/include/rtems/score/threadqimpl.h
index 8d537cc9e3..789184c0dd 100644
--- a/cpukit/include/rtems/score/threadqimpl.h
+++ b/cpukit/include/rtems/score/threadqimpl.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/threadq.h
+ * @file
*
* Constants and Structures Associated with the Manipulation of Objects
*
diff --git a/cpukit/include/rtems/score/timespec.h b/cpukit/include/rtems/score/timespec.h
index 72a000177f..a453aadf5e 100644
--- a/cpukit/include/rtems/score/timespec.h
+++ b/cpukit/include/rtems/score/timespec.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/timespec.h
+ * @file
*
* This include file contains helpers for manipulating timespecs.
*/
diff --git a/cpukit/include/rtems/score/timestamp.h b/cpukit/include/rtems/score/timestamp.h
index 1e6a25ef28..002584d3d8 100644
--- a/cpukit/include/rtems/score/timestamp.h
+++ b/cpukit/include/rtems/score/timestamp.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/timestamp.h
+ * @file
*
* @brief Helpers for Manipulating Timestamps
*
diff --git a/cpukit/include/rtems/score/timestampimpl.h b/cpukit/include/rtems/score/timestampimpl.h
index 555d9354f2..88ec4f2c92 100644
--- a/cpukit/include/rtems/score/timestampimpl.h
+++ b/cpukit/include/rtems/score/timestampimpl.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/timestamp.h
+ * @file
*
* @brief Helpers for Manipulating Timestamps
*
diff --git a/cpukit/include/rtems/score/wkspace.h b/cpukit/include/rtems/score/wkspace.h
index 3676ff28c4..cbb4011824 100644
--- a/cpukit/include/rtems/score/wkspace.h
+++ b/cpukit/include/rtems/score/wkspace.h
@@ -1,5 +1,5 @@
/**
- * @file rtems/score/wkspace.h
+ * @file
*
* @brief Information Related to the RAM Workspace
*