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/libblock/src/bdpart-create.c | 3 ++- cpukit/libblock/src/bdpart-dump.c | 3 ++- cpukit/libblock/src/bdpart-mount.c | 3 ++- cpukit/libblock/src/bdpart-read.c | 3 ++- cpukit/libblock/src/bdpart-register.c | 3 ++- cpukit/libblock/src/bdpart-sort.c | 3 ++- cpukit/libblock/src/bdpart-write.c | 3 ++- cpukit/libblock/src/blkdev-blkstats.c | 3 ++- cpukit/libblock/src/blkdev-imfs.c | 3 ++- cpukit/libblock/src/blkdev-ioctl.c | 3 ++- cpukit/libblock/src/blkdev-print-stats.c | 3 ++- cpukit/libblock/src/blkdev.c | 3 ++- cpukit/libblock/src/diskdevs-init.c | 3 ++- cpukit/libblock/src/flashdisk.c | 3 ++- cpukit/libblock/src/ide_part_table.c | 3 ++- cpukit/libblock/src/nvdisk-sram.c | 3 ++- cpukit/libblock/src/nvdisk.c | 3 ++- cpukit/libblock/src/show_bdbuf.c | 3 ++- 18 files changed, 36 insertions(+), 18 deletions(-) (limited to 'cpukit/libblock') diff --git a/cpukit/libblock/src/bdpart-create.c b/cpukit/libblock/src/bdpart-create.c index 52cdeeb989..8bfc1de302 100644 --- a/cpukit/libblock/src/bdpart-create.c +++ b/cpukit/libblock/src/bdpart-create.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Manage Partitions of a Disk Device * @ingroup rtems_bdpart + * + * @brief Manage Partitions of a Disk Device */ /* diff --git a/cpukit/libblock/src/bdpart-dump.c b/cpukit/libblock/src/bdpart-dump.c index adf9296954..ce58a0020f 100644 --- a/cpukit/libblock/src/bdpart-dump.c +++ b/cpukit/libblock/src/bdpart-dump.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Prints the Partition Table @a Partitions with @a Count Partitions * @ingroup rtems_bdpart + * + * @brief Prints the Partition Table @a Partitions with @a Count Partitions */ /* diff --git a/cpukit/libblock/src/bdpart-mount.c b/cpukit/libblock/src/bdpart-mount.c index 6cb281709e..cfc08ead30 100644 --- a/cpukit/libblock/src/bdpart-mount.c +++ b/cpukit/libblock/src/bdpart-mount.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Block Device Partition Management * @ingroup rtems_bdpart + * + * @brief Block Device Partition Management */ /* diff --git a/cpukit/libblock/src/bdpart-read.c b/cpukit/libblock/src/bdpart-read.c index d8115288fa..cfebdbc9d4 100644 --- a/cpukit/libblock/src/bdpart-read.c +++ b/cpukit/libblock/src/bdpart-read.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Block Device Partition Management * @ingroup rtems_bdpart + * + * @brief Block Device Partition Management */ /* diff --git a/cpukit/libblock/src/bdpart-register.c b/cpukit/libblock/src/bdpart-register.c index 66a7498e2c..9956e61a68 100644 --- a/cpukit/libblock/src/bdpart-register.c +++ b/cpukit/libblock/src/bdpart-register.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Block Device Partition Management * @ingroup rtems_bdpart + * + * @brief Block Device Partition Management */ /* diff --git a/cpukit/libblock/src/bdpart-sort.c b/cpukit/libblock/src/bdpart-sort.c index 17fb64113c..52de38b442 100644 --- a/cpukit/libblock/src/bdpart-sort.c +++ b/cpukit/libblock/src/bdpart-sort.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Block Device Partition Management * @ingroup rtems_bdpart + * + * @brief Block Device Partition Management */ /* diff --git a/cpukit/libblock/src/bdpart-write.c b/cpukit/libblock/src/bdpart-write.c index 9443bc63bc..0418e82850 100644 --- a/cpukit/libblock/src/bdpart-write.c +++ b/cpukit/libblock/src/bdpart-write.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Block Device Partition Management * @ingroup rtems_bdpart + * + * @brief Block Device Partition Management */ /* diff --git a/cpukit/libblock/src/blkdev-blkstats.c b/cpukit/libblock/src/blkdev-blkstats.c index c035ee4ecb..a6b336af2d 100644 --- a/cpukit/libblock/src/blkdev-blkstats.c +++ b/cpukit/libblock/src/blkdev-blkstats.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Block Device Statistics Command * @ingroup rtems_blkdev Block Device Management + * + * @brief Block Device Statistics Command */ /* diff --git a/cpukit/libblock/src/blkdev-imfs.c b/cpukit/libblock/src/blkdev-imfs.c index a6872f442d..c7e582cfbc 100644 --- a/cpukit/libblock/src/blkdev-imfs.c +++ b/cpukit/libblock/src/blkdev-imfs.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Block Device IMFS * @ingroup libblock + * + * @brief Block Device IMFS */ /* diff --git a/cpukit/libblock/src/blkdev-ioctl.c b/cpukit/libblock/src/blkdev-ioctl.c index 3e8b081142..834f892d5c 100644 --- a/cpukit/libblock/src/blkdev-ioctl.c +++ b/cpukit/libblock/src/blkdev-ioctl.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Common IO Control Primitive * @ingroup rtems_blkdev + * + * @brief Common IO Control Primitive */ /* diff --git a/cpukit/libblock/src/blkdev-print-stats.c b/cpukit/libblock/src/blkdev-print-stats.c index 6e43139374..8edf24fd8c 100644 --- a/cpukit/libblock/src/blkdev-print-stats.c +++ b/cpukit/libblock/src/blkdev-print-stats.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Prints the Block Device Statistics * @ingroup rtems_blkdev Block Device Management + * + * @brief Prints the Block Device Statistics */ /* diff --git a/cpukit/libblock/src/blkdev.c b/cpukit/libblock/src/blkdev.c index f19c273d24..e818129196 100644 --- a/cpukit/libblock/src/blkdev.c +++ b/cpukit/libblock/src/blkdev.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Block Device Management * @ingroup rtems_blkdev + * + * @brief Block Device Management */ /* diff --git a/cpukit/libblock/src/diskdevs-init.c b/cpukit/libblock/src/diskdevs-init.c index 5ed2c71b0f..35923506bc 100644 --- a/cpukit/libblock/src/diskdevs-init.c +++ b/cpukit/libblock/src/diskdevs-init.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Block Device Disk Management Initialize * @ingroup rtems_disk Block Device Disk Management + * + * @brief Block Device Disk Management Initialize */ /* diff --git a/cpukit/libblock/src/flashdisk.c b/cpukit/libblock/src/flashdisk.c index a3fbbba119..91f99e0d52 100644 --- a/cpukit/libblock/src/flashdisk.c +++ b/cpukit/libblock/src/flashdisk.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Flash Disk Block Device Implementation * @ingroup libblock + * + * @brief Flash Disk Block Device Implementation */ /* diff --git a/cpukit/libblock/src/ide_part_table.c b/cpukit/libblock/src/ide_part_table.c index 5f8f2116ed..a802be5dfb 100644 --- a/cpukit/libblock/src/ide_part_table.c +++ b/cpukit/libblock/src/ide_part_table.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Library supporting "MS-DOS-style" Partition Table * @ingroup libblock + * + * @brief Library supporting "MS-DOS-style" Partition Table */ /* diff --git a/cpukit/libblock/src/nvdisk-sram.c b/cpukit/libblock/src/nvdisk-sram.c index 6ac709883a..aa6fe00977 100644 --- a/cpukit/libblock/src/nvdisk-sram.c +++ b/cpukit/libblock/src/nvdisk-sram.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Provide SRAM support for the NV Disk * @ingroup libblock + * + * @brief Provide SRAM support for the NV Disk */ /* diff --git a/cpukit/libblock/src/nvdisk.c b/cpukit/libblock/src/nvdisk.c index d2042928ef..a7f4167d33 100644 --- a/cpukit/libblock/src/nvdisk.c +++ b/cpukit/libblock/src/nvdisk.c @@ -1,8 +1,9 @@ /** * @file * - * @brief Non-Volatile Disk Block Device Implementation * @ingroup libblock + * + * @brief Non-Volatile Disk Block Device Implementation */ /* diff --git a/cpukit/libblock/src/show_bdbuf.c b/cpukit/libblock/src/show_bdbuf.c index 29bf3d7e22..22564fe75b 100644 --- a/cpukit/libblock/src/show_bdbuf.c +++ b/cpukit/libblock/src/show_bdbuf.c @@ -1,9 +1,10 @@ /** * @file * - * @brief Enable the Monitor to Show bdbuf Information * @ingroup rtems_bdpart * + * @brief Enable the Monitor to Show bdbuf Information + * * This module inspects the bdbuf data structures, * assuming they are static, but in fact they are used very * dynamically. Therefore the results show MAY BE INCORRECT in -- cgit v1.2.3