We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484bda4 commit e313c38Copy full SHA for e313c38
src/tree_schema.h
@@ -1460,7 +1460,7 @@ struct lysc_when {
1460
* @brief YANG identity-stmt
1461
*/
1462
struct lysc_ident {
1463
- const char *name; /**< identity name (mandatory), including possible prefix */
+ const char *name; /**< identity name (mandatory, no prefix) */
1464
const char *dsc; /**< description */
1465
const char *ref; /**< reference */
1466
struct lys_module *module; /**< module structure */
0 commit comments