Merge pull request #6766 from miri64/doc/fix/hierachy

doc: fix doc hierarchy
This commit is contained in:
Joakim Nohlgård 2017-03-28 14:38:13 +02:00 committed by GitHub
commit c11a196720
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