mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-22 00:03:02 +08:00

Match the organization of modules (groups) with that of user guide. Preliminary arrangement. This patch is just a framework arrangement. Details need to be continued. P.S., in this patch, adding numerical prefixes to the files in documentation/0.doxygen is to meet the need of displaying sorting in HTML pages. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
28 lines
314 B
C
28 lines
314 B
C
/*
|
|
* This file is only used for doxygen document generation.
|
|
*/
|
|
|
|
/**
|
|
* @addtogroup group_DFS
|
|
* @{
|
|
*/
|
|
|
|
/**
|
|
* @defgroup group_Fd File Descriptor
|
|
*
|
|
*/
|
|
|
|
/**
|
|
* @defgroup group_FsApi File System API
|
|
*/
|
|
|
|
/**
|
|
* @defgroup group_FileApi File API
|
|
*/
|
|
|
|
/**
|
|
* @defgroup group_FsPosixApi File POSIX API
|
|
*/
|
|
|
|
/**@}*/
|