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/libfs/src/rfs/rtems-rfs-inode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/libfs/src/rfs/rtems-rfs-inode.c') diff --git a/cpukit/libfs/src/rfs/rtems-rfs-inode.c b/cpukit/libfs/src/rfs/rtems-rfs-inode.c index 8124b399a2..644042eb8c 100644 --- a/cpukit/libfs/src/rfs/rtems-rfs-inode.c +++ b/cpukit/libfs/src/rfs/rtems-rfs-inode.c @@ -1,9 +1,10 @@ /** * @file * - * @brief RTEMS File Systems Inode Routines * @ingroup rtems_rfs * + * @brief RTEMS File Systems Inode Routines + * * These functions manage inodes in the RFS file system. An inode is part of a * block that reside after the bitmaps in the group. */ -- cgit v1.2.3