From 380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 3 May 2018 11:19:35 +0000 Subject: Documentation-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11988 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/lib/src/chmemcore.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/lib/src/chmemcore.c') diff --git a/os/lib/src/chmemcore.c b/os/lib/src/chmemcore.c index bb3832171..5dc3ce446 100644 --- a/os/lib/src/chmemcore.c +++ b/os/lib/src/chmemcore.c @@ -21,7 +21,7 @@ * @file chmemcore.c * @brief Core memory manager code. * - * @addtogroup memcore + * @addtogroup oslib_memcore * @details Core Memory Manager related APIs and services. *

Operation mode

* The core memory manager is a simplified allocator that only @@ -30,8 +30,8 @@ * This allocator is meant as a memory blocks provider for the * other allocators such as: * - C-Runtime allocator (through a compiler specific adapter module). - * - Heap allocator (see @ref heaps). - * - Memory pools allocator (see @ref pools). + * - Heap allocator (see @ref oslib_memheaps). + * - Memory pools allocator (see @ref oslib_mempools). * . * By having a centralized memory provider the various allocators * can coexist and share the main memory.
-- cgit v1.2.3