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:
parent
5c5f7bb7d2
commit
286ecd362d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue