docs: fixed API linking

Change-Id: If9daa0e11c967ee19684dd9d08438f749abf9d5e
This commit is contained in:
Anas Nashif 2016-02-14 14:24:37 -05:00 committed by Gerrit Code Review
commit 3320df7949
11 changed files with 56 additions and 24 deletions

View file

@ -193,12 +193,12 @@ APIs
The following Memory Pools APIs are provided by :file:`microkernel.h`:
:c:func:`task_mem_pool_alloc()`
:cpp:func:`task_mem_pool_alloc()`
Waits for a block of memory for the time period defined by the time-out
parameter.
:c:func:`task_mem_pool_free()`
:cpp:func:`task_mem_pool_free()`
Returns a block of memory to a memory pool.
:c:func:`task_mem_pool_defragment()`
:cpp:func:`task_mem_pool_defragment()`
Defragments a memory pool.