Fix documentation

The list parameter is an an [in,out] rather than just an [in].
This commit is contained in:
Cédric Barreteau 2020-07-20 20:21:49 +02:00
parent 9f7f42ea0a
commit 9464399c8c

View File

@ -643,7 +643,7 @@ tv_list_copy_error:
/// Flatten "list" in place to depth "maxdepth".
/// 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
///
/// @return OK or FAIL