From cfe8f7a9b7e23590760874992fc461fe4a74964c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 27 Apr 2020 16:14:06 +0200 Subject: doxygen: Switch @brief and @ingroup This order change fixes the Latex documentation build via Doxygen. --- cpukit/score/src/coremsginsert.c | 3 ++- cpukit/score/src/corerwlock.c | 3 ++- cpukit/score/src/corerwlockobtainread.c | 3 ++- cpukit/score/src/corerwlockobtainwrite.c | 3 ++- cpukit/score/src/coretodadjust.c | 3 ++- cpukit/score/src/coretodtickspersec.c | 3 ++- cpukit/score/src/interr.c | 3 ++- cpukit/score/src/mpci.c | 3 ++- cpukit/score/src/mpcidefault.c | 3 ++- cpukit/score/src/objectextendinformation.c | 3 ++- cpukit/score/src/objectgetnext.c | 3 ++- cpukit/score/src/objectinitializeinformation.c | 3 ++- cpukit/score/src/objectnametoidstring.c | 3 ++- cpukit/score/src/objectsetname.c | 3 ++- cpukit/score/src/percpu.c | 3 ++- cpukit/score/src/scheduler.c | 3 ++- cpukit/score/src/schedulercbs.c | 3 ++- cpukit/score/src/schedulercbsgetparameters.c | 3 ++- cpukit/score/src/scheduleredf.c | 3 ++- cpukit/score/src/scheduleredfreleasejob.c | 3 ++- cpukit/score/src/scheduleredfunblock.c | 3 ++- cpukit/score/src/schedulerpriorityblock.c | 3 ++- cpukit/score/src/schedulerpriorityschedule.c | 3 ++- cpukit/score/src/schedulersimpleschedule.c | 3 ++- cpukit/score/src/schedulersimpleunblock.c | 3 ++- cpukit/score/src/schedulersimpleyield.c | 3 ++- cpukit/score/src/threaddispatch.c | 3 ++- cpukit/score/src/threadqenqueue.c | 3 ++- cpukit/score/src/threadqflush.c | 3 ++- cpukit/score/src/threadrestart.c | 3 ++- cpukit/score/src/timespecdivide.c | 3 ++- cpukit/score/src/watchdoginsert.c | 3 ++- cpukit/score/src/watchdogremove.c | 3 ++- 33 files changed, 66 insertions(+), 33 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/src/coremsginsert.c b/cpukit/score/src/coremsginsert.c index e377cff9cf..850e1cd457 100644 --- a/cpukit/score/src/coremsginsert.c +++ b/cpukit/score/src/coremsginsert.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Insert a Message into the Message Queue * @ingroup RTEMSScoreMessageQueue + * + * @brief Insert a Message into the Message Queue */ /* diff --git a/cpukit/score/src/corerwlock.c b/cpukit/score/src/corerwlock.c index 933f6c1013..068a412861 100644 --- a/cpukit/score/src/corerwlock.c +++ b/cpukit/score/src/corerwlock.c @@ -1,8 +1,9 @@ /** * @file * - * @brief * @ingroup RTEMSScoreRWLock + * + * @brief */ /* diff --git a/cpukit/score/src/corerwlockobtainread.c b/cpukit/score/src/corerwlockobtainread.c index 3f74da98ad..ee74c3dc6d 100644 --- a/cpukit/score/src/corerwlockobtainread.c +++ b/cpukit/score/src/corerwlockobtainread.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Obtain RWLock for reading * @ingroup RTEMSScoreRWLock + * + * @brief Obtain RWLock for reading */ /* diff --git a/cpukit/score/src/corerwlockobtainwrite.c b/cpukit/score/src/corerwlockobtainwrite.c index 43ab8a74c0..ea0cdabcdc 100644 --- a/cpukit/score/src/corerwlockobtainwrite.c +++ b/cpukit/score/src/corerwlockobtainwrite.c @@ -1,8 +1,9 @@ /** * @file * - * @brief RWLock Obtain for Writing * @ingroup RTEMSScoreRWLock + * + * @brief RWLock Obtain for Writing */ /* diff --git a/cpukit/score/src/coretodadjust.c b/cpukit/score/src/coretodadjust.c index f06515447e..e58d1e5d69 100644 --- a/cpukit/score/src/coretodadjust.c +++ b/cpukit/score/src/coretodadjust.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Adjust the Time of Time * @ingroup RTEMSScoreTOD + * + * @brief Adjust the Time of Time */ /* diff --git a/cpukit/score/src/coretodtickspersec.c b/cpukit/score/src/coretodtickspersec.c index d319f6f74f..107614c730 100644 --- a/cpukit/score/src/coretodtickspersec.c +++ b/cpukit/score/src/coretodtickspersec.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Convert Ticks To Seconds * @ingroup RTEMSScoreTOD + * + * @brief Convert Ticks To Seconds */ /* COPYRIGHT (c) 1989-2014. diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c index 5908381c67..f59f352ba2 100644 --- a/cpukit/score/src/interr.c +++ b/cpukit/score/src/interr.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Initiates system termination * @ingroup RTEMSScoreIntErr + * + * @brief Initiates system termination */ /* diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c index 8f1b218aca..dff2338ed6 100644 --- a/cpukit/score/src/mpci.c +++ b/cpukit/score/src/mpci.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Multiprocessing Communications Interface (MPCI) Handler * @ingroup RTEMSScoreMPCI + * + * @brief Multiprocessing Communications Interface (MPCI) Handler */ /* diff --git a/cpukit/score/src/mpcidefault.c b/cpukit/score/src/mpcidefault.c index 101cbcd7b6..ea3e2eaf41 100644 --- a/cpukit/score/src/mpcidefault.c +++ b/cpukit/score/src/mpcidefault.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Multiprocessing Communications Interface (MPCI) Default Configuration * @ingroup RTEMSScoreMPCI + * + * @brief Multiprocessing Communications Interface (MPCI) Default Configuration */ /* diff --git a/cpukit/score/src/objectextendinformation.c b/cpukit/score/src/objectextendinformation.c index a21257d1f5..f4c96462bf 100644 --- a/cpukit/score/src/objectextendinformation.c +++ b/cpukit/score/src/objectextendinformation.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Extend Set of Objects * @ingroup RTEMSScoreObject + * + * @brief Extend Set of Objects */ /* diff --git a/cpukit/score/src/objectgetnext.c b/cpukit/score/src/objectgetnext.c index eb347e8ac0..841d5aa8e2 100644 --- a/cpukit/score/src/objectgetnext.c +++ b/cpukit/score/src/objectgetnext.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Get Pointer to Next Object that is Active * @ingroup RTEMSScoreObject + * + * @brief Get Pointer to Next Object that is Active */ /* diff --git a/cpukit/score/src/objectinitializeinformation.c b/cpukit/score/src/objectinitializeinformation.c index 910112e223..b2cb85322f 100644 --- a/cpukit/score/src/objectinitializeinformation.c +++ b/cpukit/score/src/objectinitializeinformation.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Initialize Object Information * @ingroup RTEMSScoreObject + * + * @brief Initialize Object Information */ /* diff --git a/cpukit/score/src/objectnametoidstring.c b/cpukit/score/src/objectnametoidstring.c index 3fd4141b03..38054bface 100644 --- a/cpukit/score/src/objectnametoidstring.c +++ b/cpukit/score/src/objectnametoidstring.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Object ID to Name * @ingroup RTEMSScoreObject + * + * @brief Object ID to Name */ /* diff --git a/cpukit/score/src/objectsetname.c b/cpukit/score/src/objectsetname.c index 30b640ed52..0808ab87af 100644 --- a/cpukit/score/src/objectsetname.c +++ b/cpukit/score/src/objectsetname.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Set Objects Name * @ingroup RTEMSScoreObject + * + * @brief Set Objects Name */ /* diff --git a/cpukit/score/src/percpu.c b/cpukit/score/src/percpu.c index 9d1620907b..6aebfc2637 100644 --- a/cpukit/score/src/percpu.c +++ b/cpukit/score/src/percpu.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Allocate and Initialize Per CPU Structures * @ingroup PerCPU + * + * @brief Allocate and Initialize Per CPU Structures */ /* diff --git a/cpukit/score/src/scheduler.c b/cpukit/score/src/scheduler.c index a48f0e4783..45c0496838 100644 --- a/cpukit/score/src/scheduler.c +++ b/cpukit/score/src/scheduler.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Scheduler Initialize * @ingroup RTEMSScoreScheduler + * + * @brief Scheduler Initialize */ /* diff --git a/cpukit/score/src/schedulercbs.c b/cpukit/score/src/schedulercbs.c index 94c4f49789..12a7a76251 100644 --- a/cpukit/score/src/schedulercbs.c +++ b/cpukit/score/src/schedulercbs.c @@ -1,8 +1,9 @@ /** * @file * - * @brief CBS Scheduler Budget Handler * @ingroup RTEMSScoreScheduler + * + * @brief CBS Scheduler Budget Handler */ /* diff --git a/cpukit/score/src/schedulercbsgetparameters.c b/cpukit/score/src/schedulercbsgetparameters.c index de27c31370..65e4965176 100644 --- a/cpukit/score/src/schedulercbsgetparameters.c +++ b/cpukit/score/src/schedulercbsgetparameters.c @@ -1,8 +1,9 @@ /** * @file * - * @brief _Scheduler_CBS_Get_parameters * @ingroup RTEMSScoreScheduler + * + * @brief _Scheduler_CBS_Get_parameters */ /* diff --git a/cpukit/score/src/scheduleredf.c b/cpukit/score/src/scheduleredf.c index 2ffdeb8040..3b0c62c0c3 100644 --- a/cpukit/score/src/scheduleredf.c +++ b/cpukit/score/src/scheduleredf.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Scheduler EDF Initialize and Support * @ingroup RTEMSScoreScheduler + * + * @brief Scheduler EDF Initialize and Support */ /* diff --git a/cpukit/score/src/scheduleredfreleasejob.c b/cpukit/score/src/scheduleredfreleasejob.c index 1f01f9cfa5..0e3e527109 100644 --- a/cpukit/score/src/scheduleredfreleasejob.c +++ b/cpukit/score/src/scheduleredfreleasejob.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Scheduler EDF Release Job * @ingroup RTEMSScoreScheduler + * + * @brief Scheduler EDF Release Job */ /* diff --git a/cpukit/score/src/scheduleredfunblock.c b/cpukit/score/src/scheduleredfunblock.c index 3302a478c0..a1c45af91c 100644 --- a/cpukit/score/src/scheduleredfunblock.c +++ b/cpukit/score/src/scheduleredfunblock.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Scheduler EDF Unblock * @ingroup RTEMSScoreScheduler + * + * @brief Scheduler EDF Unblock */ /* diff --git a/cpukit/score/src/schedulerpriorityblock.c b/cpukit/score/src/schedulerpriorityblock.c index 50830f6176..ae44710ea6 100644 --- a/cpukit/score/src/schedulerpriorityblock.c +++ b/cpukit/score/src/schedulerpriorityblock.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Scheduler Priority Block * @ingroup RTEMSScoreScheduler + * + * @brief Scheduler Priority Block */ /* diff --git a/cpukit/score/src/schedulerpriorityschedule.c b/cpukit/score/src/schedulerpriorityschedule.c index 3e1acb07c8..7861a5861e 100644 --- a/cpukit/score/src/schedulerpriorityschedule.c +++ b/cpukit/score/src/schedulerpriorityschedule.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Priority Scheduler Schedule Method * @ingroup RTEMSScoreScheduler + * + * @brief Priority Scheduler Schedule Method */ /* diff --git a/cpukit/score/src/schedulersimpleschedule.c b/cpukit/score/src/schedulersimpleschedule.c index ee17219349..a48475828c 100644 --- a/cpukit/score/src/schedulersimpleschedule.c +++ b/cpukit/score/src/schedulersimpleschedule.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Simple Schedule Determine Heir * @ingroup RTEMSScoreScheduler + * + * @brief Simple Schedule Determine Heir */ /* diff --git a/cpukit/score/src/schedulersimpleunblock.c b/cpukit/score/src/schedulersimpleunblock.c index 9bc1635b3d..516b5f2675 100644 --- a/cpukit/score/src/schedulersimpleunblock.c +++ b/cpukit/score/src/schedulersimpleunblock.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Scheduler Simple Handler / Unblock * @ingroup RTEMSScoreScheduler + * + * @brief Scheduler Simple Handler / Unblock */ /* diff --git a/cpukit/score/src/schedulersimpleyield.c b/cpukit/score/src/schedulersimpleyield.c index 79b3f86c37..db78660719 100644 --- a/cpukit/score/src/schedulersimpleyield.c +++ b/cpukit/score/src/schedulersimpleyield.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Simple Schedule Yield CPU * @ingroup RTEMSScoreScheduler + * + * @brief Simple Schedule Yield CPU */ /* diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c index b2ac57b401..c57ddb01ae 100644 --- a/cpukit/score/src/threaddispatch.c +++ b/cpukit/score/src/threaddispatch.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Dispatch Thread * @ingroup RTEMSScoreThread + * + * @brief Dispatch Thread */ /* diff --git a/cpukit/score/src/threadqenqueue.c b/cpukit/score/src/threadqenqueue.c index 44fabb24c7..972736f3f2 100644 --- a/cpukit/score/src/threadqenqueue.c +++ b/cpukit/score/src/threadqenqueue.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Thread Queue Operations * @ingroup RTEMSScoreThreadQ + * + * @brief Thread Queue Operations */ /* diff --git a/cpukit/score/src/threadqflush.c b/cpukit/score/src/threadqflush.c index f9303f4eec..5666aaf22c 100644 --- a/cpukit/score/src/threadqflush.c +++ b/cpukit/score/src/threadqflush.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Thread Queue Flush * @ingroup RTEMSScoreThreadQ + * + * @brief Thread Queue Flush */ /* diff --git a/cpukit/score/src/threadrestart.c b/cpukit/score/src/threadrestart.c index d7752d264c..4e892f75f1 100644 --- a/cpukit/score/src/threadrestart.c +++ b/cpukit/score/src/threadrestart.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Restart Thread * @ingroup RTEMSScoreThread + * + * @brief Restart Thread */ /* diff --git a/cpukit/score/src/timespecdivide.c b/cpukit/score/src/timespecdivide.c index a163375c92..3c075fa75f 100644 --- a/cpukit/score/src/timespecdivide.c +++ b/cpukit/score/src/timespecdivide.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Divide Timespec By Integer * @ingroup Timespec + * + * @brief Divide Timespec By Integer */ /* diff --git a/cpukit/score/src/watchdoginsert.c b/cpukit/score/src/watchdoginsert.c index 5a031d3a70..766b828368 100644 --- a/cpukit/score/src/watchdoginsert.c +++ b/cpukit/score/src/watchdoginsert.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Watchdog Insert * @ingroup RTEMSScoreWatchdog + * + * @brief Watchdog Insert */ /* diff --git a/cpukit/score/src/watchdogremove.c b/cpukit/score/src/watchdogremove.c index def0ef5496..44a5ea26f3 100644 --- a/cpukit/score/src/watchdogremove.c +++ b/cpukit/score/src/watchdogremove.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Remove Watchdog * @ingroup RTEMSScoreWatchdog + * + * @brief Remove Watchdog */ /* -- cgit v1.2.3