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) {