doxygen: Added groups to IO library

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-01 10:55:15 +02:00
committed by Sebastian Huber
parent 493c1e8a7f
commit 5342261469
4 changed files with 19 additions and 3 deletions

View File

@@ -17,3 +17,19 @@
*
* @brief API
*/
/**
* @defgroup libfs libfs
*
* @ingroup FileSystemTypesAndMount
*
* @brief libfs
*/
/**
* @defgroup nfsclient nfs Client
*
* @ingroup FileSystemTypesAndMount
*
* @brief nfs Client
*/

View File

@@ -29,7 +29,7 @@
/**
* @defgroup libfs_ffo Fat Fat Operations
*
* @ingroup libfs
* @ingroup libfs_dosfs
*/
/**@{*/
#ifdef __cplusplus

View File

@@ -29,7 +29,7 @@
/**
* @defgroup libfs_ff Fat File
*
* @ingroup libfs
* @ingroup libfs_dosfs
*/
/**@{*/

View File

@@ -11,7 +11,7 @@
/**
* @defgroup libfs_nfsclient_nfs_prot NFS Prot
*
* @ingroup libfs
* @ingroup nfsclient
*/
/**@{*/
#ifdef __cplusplus