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:
@@ -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
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user