mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Fix documentation
The list parameter is an an [in,out] rather than just an [in].
This commit is contained in:
parent
9f7f42ea0a
commit
9464399c8c
@ -643,7 +643,7 @@ tv_list_copy_error:
|
|||||||
/// Flatten "list" in place to depth "maxdepth".
|
/// Flatten "list" in place to depth "maxdepth".
|
||||||
/// Does nothing if "maxdepth" is 0.
|
/// Does nothing if "maxdepth" is 0.
|
||||||
///
|
///
|
||||||
/// @param[in] list List to flatten
|
/// @param[in,out] list List to flatten
|
||||||
/// @param[in] maxdepth Maximum depth that will be flattened
|
/// @param[in] maxdepth Maximum depth that will be flattened
|
||||||
///
|
///
|
||||||
/// @return OK or FAIL
|
/// @return OK or FAIL
|
||||||
|
Loading…
Reference in New Issue
Block a user