Skip to content

Commit ec405a8

Browse files
nashifkartben
authored andcommitted
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>
1 parent 892163c commit ec405a8

File tree

7 files changed

+12
-5
lines changed

7 files changed

+12
-5
lines changed

doc/_doxygen/groups.dox

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
@{
4040
@}
4141

42+
@brief Debug Services
43+
@defgroup debug Debug
44+
@ingroup os_services
45+
@{
46+
@}
47+
4248
@brief Connectivity
4349
@defgroup connectivity Connectivity
4450
@{

include/zephyr/debug/coredump.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @file
3030
*
3131
* @defgroup coredump_apis Coredump APIs
32-
* @ingroup os_services
32+
* @ingroup debug
3333
* @brief Coredump APIs
3434
* @{
3535
*/

include/zephyr/debug/coresight/cs_trace_defmt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ extern "C" {
1414

1515
/**
1616
* @defgroup coresight_apis Coresight APIs
17+
* @ingroup debug
1718
* @{
1819
* @}
1920
* @defgroup cs_trace_defmt Coresight Trace Deformatter

include/zephyr/debug/cpu_load.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern "C" {
1414
#endif
1515

1616
/** @defgroup cpu_load CPU load monitor
17-
* @ingroup os_services
17+
* @ingroup debug
1818
* @brief Module for monitoring CPU Load
1919
*
2020
* This module allow monitoring of the CPU load.

include/zephyr/debug/mipi_stp_decoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern "C" {
1515

1616
/**
1717
* @defgroup mipi_stp_decoder_apis STP Decoder API
18-
* @ingroup os_services
18+
* @ingroup debug
1919
* @{
2020
*/
2121

include/zephyr/debug/symtab.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern "C" {
1515

1616
/**
1717
* @defgroup symtab_apis Symbol Table API
18-
* @ingroup os_services
18+
* @ingroup debug
1919
* @{
2020
*/
2121

include/zephyr/debug/thread_analyzer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern "C" {
1515
#endif
1616

1717
/** @defgroup thread_analyzer Thread analyzer
18-
* @ingroup os_services
18+
* @ingroup debug
1919
* @brief Module for analyzing threads
2020
*
2121
* This module implements functions and the configuration that simplifies

0 commit comments

Comments
 (0)