xpath UPDATE clarify when opaque nodes are considered
diff --git a/src/xpath.h b/src/xpath.h
index 96f7419..6c46c14 100644
--- a/src/xpath.h
+++ b/src/xpath.h
@@ -327,6 +327,8 @@
  * @brief Evaluate an XPath expression on data. Be careful when using this function, the result can often
  * be confusing without thorough understanding of XPath evaluation rules defined in RFC 7950.
  *
+ * Traverses (valid) opaque nodes in the evaluation.
+ *
  * @param[in] ctx libyang context to use.
  * @param[in] exp Parsed XPath expression to be evaluated.
  * @param[in] cur_mod Current module for the expression (where it was "instantiated").