docs: Minor documentation changes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@233 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
f0f7ac697b
commit
3cf6af6428
3 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue