2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[65-libyang-adaptor] to modify -> to-be-modified

This commit is contained in:
Francis Dupont
2018-09-18 13:09:11 +02:00
parent 3c871195c9
commit dc0b45be1b
2 changed files with 2 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ void applyAction(ConstElementPtr actions, ElementPtr scope, size_t next) {
} }
/// @brief Apply recursively actions following the path and going down /// @brief Apply recursively actions following the path and going down
/// in the to modify structure. /// in the to-be-modified structure.
/// ///
/// The recursive call when the end of the path is not reached is done: /// The recursive call when the end of the path is not reached is done:
/// - in a map on the value at the key /// - in a map on the value at the key

View File

@@ -92,7 +92,7 @@ public:
/// * insert adds a value at a key: /// * insert adds a value at a key:
/// . in a map the key is the new entry key /// . in a map the key is the new entry key
/// . in a list an integer key is the new element index /// . in a list an integer key is the new element index
/// . in a list a map key is the key / value pair the to modify /// . in a list a map key is the key / value pair the to-be-modified
/// element contains /// element contains
/// * replace adds or replaces if it already exists a value at /// * replace adds or replaces if it already exists a value at
/// an entry key in a map. /// an entry key in a map.