1
0
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:
Martine Lenders 2017-03-20 11:59:10 +01:00
parent 1b2b5d9df9
commit aeccb853a5
6 changed files with 10 additions and 8 deletions

View File

@ -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
*

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup fs_constfs
* @ingroup sys_fs_constfs
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup fs_devfs
* @ingroup sys_fs_devfs
* @{
*
* @file

View File

@ -7,6 +7,7 @@
*/
/**
* @defgroup fs File systems
* @defgroup sys_fs File systems
* @ingroup sys
* @brief File system libraries
*/

View File

@ -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

View File

@ -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