Skip to content

Commit 05a8537

Browse files
committed
doc: group file system/storage APIs
Group NVS, Filesystems and Settings under "File System and Storage" in doxygen. Signed-off-by: Anas Nashif <[email protected]>
1 parent 4810d6e commit 05a8537

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

include/fs.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ enum fs_type {
4747
};
4848

4949
/**
50-
* @brief File System
51-
* @defgroup file_system File System
50+
* @brief File System and Storage
51+
* @defgroup file_system_storage File System and Storage
5252
* @{
5353
* @}
5454
*/
5555

5656
/**
5757
* @brief File System Data Structures
5858
* @defgroup data_structures File System Data Structures
59-
* @ingroup file_system
59+
* @ingroup file_system_storage
6060
* @{
6161
*/
6262

@@ -185,7 +185,7 @@ struct fs_file_system_t {
185185
/**
186186
* @brief File System APIs
187187
* @defgroup file_system_api File System APIs
188-
* @ingroup file_system
188+
* @ingroup file_system_storage
189189
* @{
190190
*/
191191

include/nvs/nvs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ extern "C" {
1515
/**
1616
* @brief Non-volatile Storage
1717
* @defgroup nvs Non-volatile Storage
18+
* @ingroup file_system_storage
1819
* @{
1920
* @}
2021
*/

include/settings/settings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ extern "C" {
1818

1919
/**
2020
* @defgroup settings Settings subsystem
21+
* @ingroup file_system_storage
2122
* @{
2223
*/
2324

0 commit comments

Comments
 (0)