Files
rt-thread/documentation/0.doxygen/components/filesystem.h
Chen Wang 8e9872a554 doxygen: group name all in lowcase
This patch only updated the groups defined in documentation/0.doxygen.

Other groups will be moved into documentation/0.doxygen and updated at
that time.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-06-25 14:02:28 +08:00

28 lines
337 B
C

/*
* This file is only used for doxygen document generation.
*/
/**
* @addtogroup group_device_virtual_file_system
* @{
*/
/**
* @defgroup group_Fd File Descriptor
*
*/
/**
* @defgroup group_FsApi File System API
*/
/**
* @defgroup group_FileApi File API
*/
/**
* @defgroup group_FsPosixApi File POSIX API
*/
/**@}*/