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:
Anas Nashif 2019-09-15 23:05:11 -04:00
commit d53c87a3ca
2 changed files with 14 additions and 3 deletions

View file

@ -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