From feea03b625fecc507deab8dbaaafc6b19045e3f1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 Feb 2019 10:53:30 +0100 Subject: Remove explicit file names from @file This makes the @file documentation independent of the actual file name. Update #3707. --- cpukit/include/rtems/score/address.h | 2 +- cpukit/include/rtems/score/context.h | 2 +- cpukit/include/rtems/score/copyrt.h | 2 +- cpukit/include/rtems/score/corebarrier.h | 2 +- cpukit/include/rtems/score/coremsg.h | 2 +- cpukit/include/rtems/score/coresem.h | 2 +- cpukit/include/rtems/score/interr.h | 2 +- cpukit/include/rtems/score/isr.h | 2 +- cpukit/include/rtems/score/isrlevel.h | 2 +- cpukit/include/rtems/score/mppkt.h | 2 +- cpukit/include/rtems/score/object.h | 2 +- cpukit/include/rtems/score/objectmp.h | 2 +- cpukit/include/rtems/score/percpu.h | 2 +- cpukit/include/rtems/score/prioritybitmap.h | 2 +- cpukit/include/rtems/score/rbtree.h | 2 +- cpukit/include/rtems/score/scheduler.h | 2 +- cpukit/include/rtems/score/schedulercbs.h | 2 +- cpukit/include/rtems/score/scheduleredf.h | 2 +- cpukit/include/rtems/score/schedulerpriority.h | 2 +- cpukit/include/rtems/score/schedulersimple.h | 2 +- cpukit/include/rtems/score/stack.h | 2 +- cpukit/include/rtems/score/states.h | 2 +- cpukit/include/rtems/score/thread.h | 2 +- cpukit/include/rtems/score/threadmp.h | 2 +- cpukit/include/rtems/score/threadqimpl.h | 2 +- cpukit/include/rtems/score/timespec.h | 2 +- cpukit/include/rtems/score/timestamp.h | 2 +- cpukit/include/rtems/score/timestampimpl.h | 2 +- cpukit/include/rtems/score/wkspace.h | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) (limited to 'cpukit/include/rtems/score') 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 * -- cgit v1.2.3