doc BUGFIX identities cannot have prefixes
diff --git a/src/tree_schema.h b/src/tree_schema.h
index 830b150..acfb9bb 100644
--- a/src/tree_schema.h
+++ b/src/tree_schema.h
@@ -1460,7 +1460,7 @@
* @brief YANG identity-stmt
*/
struct lysc_ident {
- const char *name; /**< identity name (mandatory), including possible prefix */
+ const char *name; /**< identity name (mandatory, no prefix) */
const char *dsc; /**< description */
const char *ref; /**< reference */
struct lys_module *module; /**< module structure */