1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-19 14:50:07 +03:00

Fix missing part of comment for function xmlXPathEvalExpression()

This commit is contained in:
Daniel Veillard 2017-08-28 20:38:53 +02:00
parent 56ec9cef9e
commit dbb828feb9

View File

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