diff --git a/docs/index.html b/docs/index.html index afa3ac2950f2b75da045671524e6cd1af796f5e0..fb1db7ea8c1963bee255eeb5d31b45ce209fb37c 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>© 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 4848eb2f708fec2e5058d28e5a9944d5083e559b..11087383db82541ecc7a75a0978dcbf83abee0a8 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 4c447dca3dfdb82b3a80c0ffd381ff920c5918b7..95a3f7ef6e1f7bfef16c2e64899df3b477031cb9 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