From a049c2db1d9741b3a162e4789f94d711858a0927 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 31 Oct 2010 17:58:31 +0000 Subject: docs: Regenerated HTML documentation git-svn-id: http://pugixml.googlecode.com/svn/trunk@792 99668b35-9821-0410-8761-19e4c4f06640 --- docs/manual/xpath.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/manual/xpath.html') diff --git a/docs/manual/xpath.html b/docs/manual/xpath.html index 5a97a79..ea6b956 100644 --- a/docs/manual/xpath.html +++ b/docs/manual/xpath.html @@ -527,8 +527,8 @@ bool xpath_variable::set(const xpath_node_set& value);

- These function modify the variable value. Note that no type conversions are - performed; if the type mismatch occurs, the functions return false; they also return false + These functions modify the variable value. Note that no type conversions + are performed; if the type mismatch occurs, the functions return false; they also return false on allocation failure. The variable values are copied to the internal variable storage, so you can modify or destroy them after the functions return.

-- cgit v1.2.3