doc: add a doxygen group for the Kernel API
This was missing and all kernel objects belong to this group. Change-Id: I3c31b168ca984b7d44cc5614a2e2bd5cc492cf50 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0ad13320cd
commit
bbb157df54
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,13 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Kernel APIs
|
||||
* @defgroup kernel_apis Kernel APIs
|
||||
* @{
|
||||
* @}
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_KERNEL_DEBUG
|
||||
#include <misc/printk.h>
|
||||
#define K_DEBUG(fmt, ...) printk("[%s] " fmt, __func__, ##__VA_ARGS__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue