This is an automated email from the ASF dual-hosted git repository.
utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
The following commit(s) were added to refs/heads/master by this push:
new 2f6b758 Fix doxygen section for heap documentation
2f6b758 is described below
commit 2f6b7588b6ab51559b128ee0a58c065572115e08
Author: Fabio Utzig <[email protected]>
AuthorDate: Fri Jan 10 12:20:52 2020 -0300
Fix doxygen section for heap documentation
Signed-off-by: Fabio Utzig <[email protected]>
---
kernel/os/include/os/os_heap.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/os/include/os/os_heap.h b/kernel/os/include/os/os_heap.h
index 3ce6f2e..473810a 100644
--- a/kernel/os/include/os/os_heap.h
+++ b/kernel/os/include/os/os_heap.h
@@ -21,7 +21,7 @@
/**
* @addtogroup OSKernel
* @{
- * @defgroup OSGeneral
+ * @defgroup OSMalloc
* @{
*/
@@ -78,6 +78,6 @@ void *os_realloc(void *ptr, size_t size);
/**
- * @} OSGeneral
+ * @} OSMalloc
* @} OS Kernel
*/