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:
parent
892163c170
commit
ec405a8632
7 changed files with 12 additions and 5 deletions
|
@ -39,6 +39,12 @@
|
|||
@{
|
||||
@}
|
||||
|
||||
@brief Debug Services
|
||||
@defgroup debug Debug
|
||||
@ingroup os_services
|
||||
@{
|
||||
@}
|
||||
|
||||
@brief Connectivity
|
||||
@defgroup connectivity Connectivity
|
||||
@{
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
* @file
|
||||
*
|
||||
* @defgroup coredump_apis Coredump APIs
|
||||
* @ingroup os_services
|
||||
* @ingroup debug
|
||||
* @brief Coredump APIs
|
||||
* @{
|
||||
*/
|
||||
|
|
|
@ -14,6 +14,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* @defgroup coresight_apis Coresight APIs
|
||||
* @ingroup debug
|
||||
* @{
|
||||
* @}
|
||||
* @defgroup cs_trace_defmt Coresight Trace Deformatter
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -15,7 +15,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* @defgroup mipi_stp_decoder_apis STP Decoder API
|
||||
* @ingroup os_services
|
||||
* @ingroup debug
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* @defgroup symtab_apis Symbol Table API
|
||||
* @ingroup os_services
|
||||
* @ingroup debug
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue