doc: doxygen: group debugging APIs

Create new group for debugging and move all debugging APIs under this
group.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-04-16 08:09:49 -04:00 committed by Benjamin Cabé
commit ec405a8632
7 changed files with 12 additions and 5 deletions

View file

@ -39,6 +39,12 @@
@{
@}
@brief Debug Services
@defgroup debug Debug
@ingroup os_services
@{
@}
@brief Connectivity
@defgroup connectivity Connectivity
@{

View file

@ -29,7 +29,7 @@
* @file
*
* @defgroup coredump_apis Coredump APIs
* @ingroup os_services
* @ingroup debug
* @brief Coredump APIs
* @{
*/

View file

@ -14,6 +14,7 @@ extern "C" {
/**
* @defgroup coresight_apis Coresight APIs
* @ingroup debug
* @{
* @}
* @defgroup cs_trace_defmt Coresight Trace Deformatter

View file

@ -14,7 +14,7 @@ extern "C" {
#endif
/** @defgroup cpu_load CPU load monitor
* @ingroup os_services
* @ingroup debug
* @brief Module for monitoring CPU Load
*
* This module allow monitoring of the CPU load.

View file

@ -15,7 +15,7 @@ extern "C" {
/**
* @defgroup mipi_stp_decoder_apis STP Decoder API
* @ingroup os_services
* @ingroup debug
* @{
*/

View file

@ -15,7 +15,7 @@ extern "C" {
/**
* @defgroup symtab_apis Symbol Table API
* @ingroup os_services
* @ingroup debug
* @{
*/

View file

@ -15,7 +15,7 @@ extern "C" {
#endif
/** @defgroup thread_analyzer Thread analyzer
* @ingroup os_services
* @ingroup debug
* @brief Module for analyzing threads
*
* This module implements functions and the configuration that simplifies