diff options
Diffstat (limited to 'src/chheap.c')
-rw-r--r-- | src/chheap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/chheap.c b/src/chheap.c index 0cda7f268..f4c80314d 100644 --- a/src/chheap.c +++ b/src/chheap.c @@ -18,7 +18,7 @@ */
/**
- * @addtogroup Memory
+ * @addtogroup Heap
* @{
*/
@@ -251,3 +251,5 @@ bool_t chHeapNotFragmented(void) { #endif /* CH_USE_MALLOC_HEAP */
#endif /* CH_USE_HEAP */
+
+/** @} */
|