commit | cba757c304480a933d7fff30866caa5e25744257 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Sep 10 14:46:07 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Sep 10 14:57:37 2024 +0200 |
tree | 9b3adb944227afd971a60ad704faced0671a2716 | |
parent | 17e0badc21b7679e3f7c200355318235b2cfcd58 [diff] [blame] |
libyang UPDATE improved argument checks
diff --git a/src/context.h b/src/context.h index 4a0511c..a9ad91f 100644 --- a/src/context.h +++ b/src/context.h
@@ -660,7 +660,7 @@ * Note that the data stored by user into the ::lysc_node.priv pointer are kept * untouched and the caller is responsible for freeing this private data. * - * @param[in] ctx libyang context to destroy + * @param[in] ctx Context to destroy. */ LIBYANG_API_DECL void ly_ctx_destroy(struct ly_ctx *ctx);