From cfe137be068a7ba1895d3c9bcb7b38d21e5a95dd Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 15 Apr 2024 12:23:29 +0200 Subject: uci: remove incorrectly documentated reorder() parameter The reorder() function takes no `name` parameter, this was a copy-paste error in the documentation. Signed-off-by: Jo-Philipp Wich --- lib/uci.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/uci.c b/lib/uci.c index f830b9c..69aee40 100644 --- a/lib/uci.c +++ b/lib/uci.c @@ -1258,9 +1258,6 @@ uc_uci_rename(uc_vm_t *vm, size_t nargs) * @param {number} index * The target index to move the section to, starting from `0`. * - * @param {string} [name] - * The new name of the option to rename. - * * @returns {?boolean} * * @example -- cgit v1.2.3