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

@ -4,6 +4,13 @@
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @defgroup CAN CAN BUS
* @{
* @}
*/
/**
* @brief CANopen Network Stack
* @defgroup canopen CANopen Network Stack

View file

@ -26,6 +26,7 @@
/**
* @brief Random Function APIs
* @defgroup random_api Random Function APIs
* @ingroup crypto
* @{
*/

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