commit | dbac76f45f4f9b4a895f487c64bc0cc0e49b7e9c | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Wed Dec 09 12:04:53 2020 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Dec 09 14:28:08 2020 -0500 |
tree | e1f93b4aacaeef789a2ac529de3e8f06172d1a80 | |
parent | 1e61d3eb9bbe21e9d2f4bc75e6c806373717c013 [diff] |
doc: fix doxygen groups for k_heap Use correct doxygen group for k_heap. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/include/kernel.h b/include/kernel.h index d105d98..60aaf53 100644 --- a/include/kernel.h +++ b/include/kernel.h
@@ -4423,7 +4423,7 @@ /** @} */ /** - * @addtogroup mem_pool_apis + * @addtogroup heap_apis * @{ */ @@ -4534,7 +4534,7 @@ */ /** - * @defgroup heap_apis Heap Memory Pool APIs + * @defgroup heap_apis Heap APIs * @ingroup kernel_apis * @{ */