mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: fix doc hierarchy
This commit is contained in:
parent
1b2b5d9df9
commit
aeccb853a5
@ -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
|
* @brief Low level Memory Technology Device interface
|
||||||
*
|
*
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup fs_constfs
|
* @ingroup sys_fs_constfs
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup fs_devfs
|
* @ingroup sys_fs_devfs
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup fs File systems
|
* @defgroup sys_fs File systems
|
||||||
|
* @ingroup sys
|
||||||
* @brief File system libraries
|
* @brief File system libraries
|
||||||
*/
|
*/
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup fs_constfs ConstFS static file system
|
* @defgroup sys_fs_constfs ConstFS static file system
|
||||||
* @ingroup fs
|
* @ingroup sys_fs
|
||||||
* @brief Constant file system resident in arrays
|
* @brief Constant file system resident in arrays
|
||||||
*
|
*
|
||||||
* This is an example of how to implement a simple file system driver for the
|
* 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
|
* @defgroup sys_fs_devfs DevFS device file system
|
||||||
* @ingroup fs
|
* @ingroup sys_fs
|
||||||
* @brief Dynamic device file system
|
* @brief Dynamic device file system
|
||||||
*
|
*
|
||||||
* This file system implementation allows devices to register file names for
|
* This file system implementation allows devices to register file names for
|
||||||
|
Loading…
Reference in New Issue
Block a user