summaryrefslogtreecommitdiff
path: root/xpointer.c
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-01-22 02:47:18 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-01-22 02:47:18 +0000
commitce4fc56e1b56253ae794b47515948f3bc3142024 (patch)
tree84d608d3f1b93cde8dcbf6320710de864ba10cb9 /xpointer.c
parentae28918bf5af3bb352ef0b70f6af81c903b78e87 (diff)
downloadlibxml2-ce4fc56e1b56253ae794b47515948f3bc3142024.tar.gz
fixed problem with union when last() is used in predicate (bug #131971)
* xpath.c: fixed problem with union when last() is used in predicate (bug #131971) * xpointer.c: minor change to comment for doc generation
Diffstat (limited to 'xpointer.c')
-rw-r--r--xpointer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpointer.c b/xpointer.c
index 145b1344..de098249 100644
--- a/xpointer.c
+++ b/xpointer.c
@@ -2290,6 +2290,7 @@ xmlXPtrRangeToFunction(xmlXPathParserContextPtr ctxt, int nargs) {
/**
* xmlXPtrAdvanceNode:
* @cur: the node
+ * @level: incremented/decremented to show level in tree
*
* Advance to the next element or text node in document order
* TODO: add a stack for entering/exiting entities