doc: doxygen: add missing groups and categorise

Add various missing groups and categorise modules correctly.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-03-12 15:14:21 -04:00
commit 428261945b
3 changed files with 17 additions and 2 deletions

View file

@ -17,8 +17,15 @@
extern "C" {
#endif
/**
* @defgroup settings Settings subsystem
* @defgroup file_system_storage File System Storage
* @{
* @}
*/
/**
* @defgroup settings Settings
* @ingroup file_system_storage
* @{
*/
@ -351,7 +358,7 @@ int settings_commit_subtree(const char *subtree);
/**
* @defgroup settings_backend Settings backend interface
* @ingroup file_system_storage
* @ingroup settings
* @{
*/