From: Tomek Mrugalski Date: Thu, 22 Jul 2021 13:57:39 +0000 (+0000) Subject: [(no branch, rebasing 1077-sysrepo-1.x-docs)] #1077 typo fixed X-Git-Tag: Kea-1.9.10~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=871b4efa17fa94dc7936f55854e7208a55eb5b8b;p=thirdparty%2Fkea.git [(no branch, rebasing 1077-sysrepo-1.x-docs)] #1077 typo fixed --- diff --git a/src/lib/yang/yang.dox b/src/lib/yang/yang.dox index 8a0e6f7642..9881dd79cb 100644 --- a/src/lib/yang/yang.dox +++ b/src/lib/yang/yang.dox @@ -45,7 +45,7 @@ the basic / base class and recursively from translators for embedded parts. @c isc::yang::TranslatorBasic provides some methods: - getItem() retrieves and translates basic value from YANG to JSON - getItems() retrieves and translates a leaf-list from YANG to JSON - - getList() retrieves and translates a list from YANG to JSOIN + - getList() retrieves and translates a list from YANG to JSON - setItem() translates and sets a basic value from JSON to YANG - delItem() deletes a value - forAll() iterates over the top node and its descendants and calls a function