yin parser MAINTENANCE complete documentation comments for each function
diff --git a/src/parser_yin.h b/src/parser_yin.h
index a4e5d00..7744106 100644
--- a/src/parser_yin.h
+++ b/src/parser_yin.h
@@ -50,7 +50,7 @@
  * @brief Parse content of whole element as text.
  *
  * @param[in] xml_ctx Xml context.
- * @param[in] data Data to read from.
+ * @param[in,out] data Data to read from.
  * @param[out] value Where content of element should be stored.
  *
  * @return LY_ERR values
@@ -62,7 +62,8 @@
  *
  * @param[in] xml_ctx Xml context.
  * @param[in] module_prefix Prefix of the module to check prefix collisions.
- * @param[in, out] data Dta to read from.
+ * @param[in,out] data Dta to read from.
+ * @param[in,out] imports Parsed imports to add to.
  *
  * @return LY_ERR values
  */