Skip to content

Commit e313c38

Browse files
committed
doc BUGFIX identities cannot have prefixes
1 parent 484bda4 commit e313c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree_schema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ struct lysc_when {
14601460
* @brief YANG identity-stmt
14611461
*/
14621462
struct lysc_ident {
1463-
const char *name; /**< identity name (mandatory), including possible prefix */
1463+
const char *name; /**< identity name (mandatory, no prefix) */
14641464
const char *dsc; /**< description */
14651465
const char *ref; /**< reference */
14661466
struct lys_module *module; /**< module structure */

0 commit comments

Comments
 (0)