diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 7 | ||||
| -rw-r--r-- | docs/pugixml.cfg | 2 | 
2 files changed, 5 insertions, 4 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>© 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 
 | 
