summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/dosfs/msdos.h')
-rw-r--r--cpukit/libfs/src/dosfs/msdos.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/cpukit/libfs/src/dosfs/msdos.h b/cpukit/libfs/src/dosfs/msdos.h
index ea94954cac..df9600a02d 100644
--- a/cpukit/libfs/src/dosfs/msdos.h
+++ b/cpukit/libfs/src/dosfs/msdos.h
@@ -1,9 +1,9 @@
/**
* @file
*
- * @brief The MSDOS Filesystem Constants/Data Structures/Prototypes
+ * @ingroup DOSFS
*
- * @ingroup libfs_msdos
+ * @brief The MSDOS Filesystem Constants/Data Structures/Prototypes
*/
/*
@@ -29,16 +29,16 @@
#include "fat.h"
#include "fat_file.h"
-/**
- * @defgroup libfs_msdos MSDOS FileSystem
- *
- * @ingroup libfs
- */
-/**@{*/
#ifdef __cplusplus
extern "C" {
#endif
+/**
+ * @addtogroup DOSFS
+ *
+ * @{
+ */
+
#define MSDOS_NAME_NOT_FOUND_ERR 0x7D01
/*
@@ -487,8 +487,9 @@ int msdos_sync(rtems_libio_t *iop);
uint8_t msdos_lfn_checksum(const void *entry);
+/** @} */
+
#ifdef __cplusplus
}
#endif
-/**@}*/
#endif /* __DOSFS_MSDOS_H__ */