mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 05:25:04 +08:00

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>
28 lines
337 B
C
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
|
|
*/
|
|
|
|
/**@}*/
|