doc: tracing: include API docs into documentation
Group tracing documentation in header file and include them into documentation. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c1229f0ade
commit
d53c87a3ca
2 changed files with 14 additions and 3 deletions
|
@ -38,6 +38,11 @@ void z_sys_trace_thread_switched_out(void);
|
|||
|
||||
#else
|
||||
|
||||
/**
|
||||
* @brief Tracing APIs
|
||||
* @defgroup tracing_apis Tracing APIs
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
* @brief Called before a thread has been selected to run
|
||||
*/
|
||||
|
@ -133,6 +138,9 @@ void z_sys_trace_thread_switched_out(void);
|
|||
#define z_sys_trace_thread_switched_in()
|
||||
|
||||
#define z_sys_trace_thread_switched_out()
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue