summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/fat.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 13:18:42 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 13:18:42 +0100
commitef0fe8ee60fbad214569e144a9481d25b922c4d8 (patch)
tree87e59b8b9239895771fe3d8f30c001812cb36d7f /cpukit/libfs/src/dosfs/fat.h
parentlibfs: Fix Doxygen group placement (diff)
downloadrtems-ef0fe8ee60fbad214569e144a9481d25b922c4d8.tar.bz2
dosfs: Fix Doxygen group placement
Update #3706.
Diffstat (limited to 'cpukit/libfs/src/dosfs/fat.h')
-rw-r--r--cpukit/libfs/src/dosfs/fat.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/cpukit/libfs/src/dosfs/fat.h b/cpukit/libfs/src/dosfs/fat.h
index 064b4747a9..129d49d194 100644
--- a/cpukit/libfs/src/dosfs/fat.h
+++ b/cpukit/libfs/src/dosfs/fat.h
@@ -3,7 +3,7 @@
*
* @brief Constants/Data Structures/Prototypes on a Volume with FAT Filesystem
*
- * @ingroup libfs_dosfs
+ * @ingroup DOSFS
*
* Constants/Data Structures/Prototypes for Low-Level
* Operations on a Volume with FAT Filesystem
@@ -31,16 +31,16 @@
#include <errno.h>
#include <rtems/bdbuf.h>
-/**
- * @defgroup libfs_dosfs FAT FileSystem
- *
- * @ingroup libfs
- */
-/**@{*/
#ifdef __cplusplus
extern "C" {
#endif
+/**
+ * @addtogroup DOSFS
+ *
+ * @{
+ */
+
#ifndef RC_OK
#define RC_OK 0
#endif
@@ -546,8 +546,9 @@ fat_free_unique_ino(fat_fs_info_t *fs_info,
int
fat_sync(fat_fs_info_t *fs_info);
+/** @} */
+
#ifdef __cplusplus
}
#endif
-/**@}*/
#endif /* __DOSFS_FAT_H__ */