summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-11-08 19:16:43 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-11-08 19:16:43 +0000
commit3cf6af642856382c75467b41dc311778c3afc1fe (patch)
treefcfefccf6ab4a36650a6b13a024af5f4fe9635b4
parentf0f7ac697bddede3fd06bacde9eaa29ce59139b2 (diff)
docs: Minor documentation changes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@233 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r--docs/index.html7
-rw-r--r--docs/pugixml.cfg2
-rw-r--r--src/pugixml.hpp2
3 files changed, 6 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html
index afa3ac2..fb1db7e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -416,7 +416,8 @@ environment). The library is written in standard-conformant C++ and was tested o
<p>
<ul>
-<li>Windows 32-bit (MSVC<sup><a href="#annot-3">3</a></sup> 6.0, MSVC 7.0 (2002), MSVC 7.1 (2003), MSVC 8.0 (2005), ICC<sup><a href="#annot-4">4</a></sup> 8.0, ICC 8.1, GCC 3.4.2 (MinGW), BCC<sup><a href="#annot-5">5</a></sup> 5.82, DMC<sup><a href="#annot-6">6</a></sup> 8.50, Comeau C++ 4.3.3, PGI<sup><a href="#annot-7">7</a></sup> 6.2, CW<sup><a href="#annot-8">8</a></sup> 8.0)
+<li>Windows 32-bit (MSVC<sup><a href="#annot-3">3</a></sup> 6.0, MSVC 7.0 (2002), MSVC 7.1 (2003), MSVC 8.0 (2005), MSVC 9.0 (2008), MSVC 10.0 (2010), ICC<sup><a href="#annot-4">4</a></sup> 8.0, ICC 8.1, GCC 3.4.2 (MinGW), GCC 4.4.0 (MinGW), BCC<sup><a href="#annot-5">5</a></sup> 5.82, DMC<sup><a href="#annot-6">6</a></sup> 8.50, Comeau C++ 4.3.3, PGI<sup><a href="#annot-7">7</a></sup> 6.2, CW<sup><a href="#annot-8">8</a></sup> 8.0)
+<li>Windows 64-bit (MSVC 9.0 (2008))
<li>Linux 32-bit (GCC 3.2)
<li>Sony Playstation Portable (GCC 3.4.2; in PUGIXML_NO_STL mode)
<li>Sony Playstation 3 (GCC 4.0.2; in PUGIXML_NO_EXCEPTIONS mode (-fno-exceptions))
@@ -684,7 +685,7 @@ were attributes, i.e. doc.child("xml").attribute("version").as_float()); corresp
</ul>
</dd>
</dt>
-<dt>15.11.2009 - v0.5
+<dt>8.11.2009 - v0.5
<dd>Major bugfix release. Changes: <ul>
<li>XPath bugfixes: <ul>
<li>Fixed translate(), lang() and concat() functions (infinite loops/crashes)
@@ -766,7 +767,7 @@ OTHER DEALINGS IN THE SOFTWARE.
<hr>
-<p>Revised 15 November, 2009</p>
+<p>Revised 8 November, 2009</p>
<p><i>&copy; Copyright <a href="mailto:arseny.kapoulkine@gmail.com">Arseny Kapoulkine</a> 2006-2009. All Rights Reserved.</i></p>
</body>
</html>
diff --git a/docs/pugixml.cfg b/docs/pugixml.cfg
index 4848eb2..1108738 100644
--- a/docs/pugixml.cfg
+++ b/docs/pugixml.cfg
@@ -1104,7 +1104,7 @@ DOT_IMAGE_FORMAT = png
# The tag DOT_PATH can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found on the path.
-DOT_PATH = "C:\Program Files\ATT\Graphviz\bin"
+DOT_PATH = "C:\Program Files (x86)\ATT\Graphviz\bin"
# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 4c447dc..95a3f7e 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -262,7 +262,7 @@ namespace pugi
enum xpath_type_t
{
xpath_type_none, ///< Unknown type (query failed to compile)
- xpath_type_node_set, ///< Node set (\see xpath_node_set)
+ xpath_type_node_set, ///< Node set (xpath_node_set)
xpath_type_number, ///< Number
xpath_type_string, ///< String
xpath_type_boolean ///< Boolean