update docs

This commit is contained in:
Lee Thomason
2017-07-15 19:39:42 -07:00
parent aca4fb16d0
commit f3f9925f12
38 changed files with 39 additions and 39 deletions

View File

@@ -69,7 +69,7 @@ $(function() {
</div>
<p>TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.</p>
<p>The master is hosted on github: <a href="https://github.com/leethomason/tinyxml2">https://github.com/leethomason/tinyxml2</a></p>
<p>The online HTML version of these docs: <a href="http://grinninglizard.com/tinyxml2docs/index.html">http://grinninglizard.com/tinyxml2docs/index.html</a></p>
<p>The online HTML version of these docs: <a href="http://leethomason.github.io/tinyxml2/">http://leethomason.github.io/tinyxml2/</a></p>
<p>Examples are in the "related pages" tab of the HTML docs.</p>
<h2>What it does. </h2>
<p>In brief, TinyXML-2 parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.</p>
@@ -222,7 +222,7 @@ printer.CloseElement();
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Jul 15 2017 19:37:57 for TinyXML-2 by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Sat Jul 15 2017 19:39:36 for TinyXML-2 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>