doc: fix doxygen groups for k_heap
Use correct doxygen group for k_heap. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1e61d3eb9b
commit
dbac76f45f
1 changed files with 2 additions and 2 deletions
|
@ -4423,7 +4423,7 @@ static inline uint32_t k_mem_slab_num_free_get(struct k_mem_slab *slab)
|
|||
/** @} */
|
||||
|
||||
/**
|
||||
* @addtogroup mem_pool_apis
|
||||
* @addtogroup heap_apis
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -4534,7 +4534,7 @@ extern void z_mem_pool_free_id(struct k_mem_block_id *id);
|
|||
*/
|
||||
|
||||
/**
|
||||
* @defgroup heap_apis Heap Memory Pool APIs
|
||||
* @defgroup heap_apis Heap APIs
|
||||
* @ingroup kernel_apis
|
||||
* @{
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue