commit | 41369bd945624b3f36817e69284f0aa9b92ad7c5 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Jun 23 12:03:23 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Jun 23 12:03:23 2021 +0200 |
tree | 57821180aeb7fb40a1f976ca3591d005ecc99313 | |
parent | c5722f39afc494d5c465ecdbad216f0e329b37c3 [diff] |
schema compile DOC fix default value simplementing new modules
diff --git a/src/schema_compile.h b/src/schema_compile.h index c5f7ca5..bfbe6c8 100644 --- a/src/schema_compile.h +++ b/src/schema_compile.h
@@ -274,7 +274,7 @@ * What can cause new modules to be implemented when resolving unres in 5): * - leafref * - when, must - * - identityref default value + * - identityref, instance-identifier default value * - new implemented module augments, deviations * * @param[in] ctx libyang context.