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:
parent
56ec9cef9e
commit
dbb828feb9
5
xpath.c
5
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user