summaryrefslogtreecommitdiff
path: root/xpath.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2017-08-28 20:38:53 +0200
committerDaniel Veillard <veillard@redhat.com>2017-08-28 20:38:53 +0200
commitdbb828feb9ba9a3b2694883b7d59787b121660a2 (patch)
tree3926d07149febd52ac5f54f9f60ad6925ca44201 /xpath.c
parent56ec9cef9ef19e6eba64842279c1566699ff8b15 (diff)
downloadlibxml2-dbb828feb9ba9a3b2694883b7d59787b121660a2.tar.gz
Fix missing part of comment for function xmlXPathEvalExpression()
Diffstat (limited to 'xpath.c')
-rw-r--r--xpath.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/xpath.c b/xpath.c
index 1a0bbc94..5b58c8fa 100644
--- a/xpath.c
+++ b/xpath.c
@@ -15146,7 +15146,10 @@ xmlXPathNodeEval(xmlNodePtr node, const xmlChar *str, xmlXPathContextPtr ctx) {
* @str: the XPath expression
* @ctxt: the XPath context
*
- * Alias for xmlXPathEval.
+ * Alias for xmlXPathEval().
+ *
+ * Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.
+ * the caller has to free the object.
*/
xmlXPathObjectPtr
xmlXPathEvalExpression(const xmlChar *str, xmlXPathContextPtr ctxt) {