sys: multi_heap: add missing docstrings

The mheap parameter documentation was missing for sys_multi_heap_fn_t.
This generates warnings on Doxygen 1.9.1.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-10-03 19:01:27 +02:00 committed by Anas Nashif
commit 286ecd362d

View file

@ -41,6 +41,7 @@ struct sys_multi_heap;
* NULL may be returned, which will cause the
* allocation to fail and a NULL reported to the calling code.
*
* @param mheap Multi-heap structure.
* @param cfg An opaque user-provided value. It may be interpreted in
* any way by the application
* @param align Alignment of requested memory (or zero for no alignment)