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:
parent
5b58e61bcb
commit
428261945b
3 changed files with 17 additions and 2 deletions
|
@ -4,6 +4,13 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup CAN CAN BUS
|
||||||
|
* @{
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief CANopen Network Stack
|
* @brief CANopen Network Stack
|
||||||
* @defgroup canopen CANopen Network Stack
|
* @defgroup canopen CANopen Network Stack
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief Random Function APIs
|
* @brief Random Function APIs
|
||||||
* @defgroup random_api Random Function APIs
|
* @defgroup random_api Random Function APIs
|
||||||
|
* @ingroup crypto
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,15 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup settings Settings subsystem
|
* @defgroup file_system_storage File System Storage
|
||||||
|
* @{
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup settings Settings
|
||||||
* @ingroup file_system_storage
|
* @ingroup file_system_storage
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
@ -351,7 +358,7 @@ int settings_commit_subtree(const char *subtree);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup settings_backend Settings backend interface
|
* @defgroup settings_backend Settings backend interface
|
||||||
* @ingroup file_system_storage
|
* @ingroup settings
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue