Merge pull request #6766 from miri64/doc/fix/hierachy
doc: fix doc hierarchy
This commit is contained in:
commit
c11a196720
|
@ -7,7 +7,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @defgroup mtd Memory Technology Device
|
||||
* @defgroup drivers_mtd Memory Technology Device
|
||||
* @ingroup drivers_storage
|
||||
* @{
|
||||
* @brief Low level Memory Technology Device interface
|
||||
*
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @ingroup fs_constfs
|
||||
* @ingroup sys_fs_constfs
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @ingroup fs_devfs
|
||||
* @ingroup sys_fs_devfs
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @defgroup fs File systems
|
||||
* @defgroup sys_fs File systems
|
||||
* @ingroup sys
|
||||
* @brief File system libraries
|
||||
*/
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @defgroup fs_constfs ConstFS static file system
|
||||
* @ingroup fs
|
||||
* @defgroup sys_fs_constfs ConstFS static file system
|
||||
* @ingroup sys_fs
|
||||
* @brief Constant file system resident in arrays
|
||||
*
|
||||
* This is an example of how to implement a simple file system driver for the
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @defgroup fs_devfs DevFS device file system
|
||||
* @ingroup fs
|
||||
* @defgroup sys_fs_devfs DevFS device file system
|
||||
* @ingroup sys_fs
|
||||
* @brief Dynamic device file system
|
||||
*
|
||||
* This file system implementation allows devices to register file names for
|
||||
|
|
Loading…
Reference in New Issue