diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-15 17:02:56 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-15 17:02:56 +0000 |
commit | 18055b5bfa47ba7a53b5e893fbc3f5efdb1bf379 (patch) | |
tree | 8b1177f3d76da5f96aaf45d3bf15ee4f38842118 /docs/quickstart.html | |
parent | 197f1edfc13e6b3ce89af4ff9047feee75121455 (diff) |
docs: Regenerated documentation
git-svn-id: http://pugixml.googlecode.com/svn/trunk@605 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/quickstart.html')
-rw-r--r-- | docs/quickstart.html | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/docs/quickstart.html b/docs/quickstart.html index 4fc4524..966dfc3 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -7,7 +7,8 @@ <link rel="home" href="quickstart.html" title="pugixml 0.9"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<div class="book"><div class="section"> +<div class="article"> +<div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="quickstart.main"></a><a class="link" href="quickstart.html#quickstart.main" title="pugixml 0.9 quick start guide"> pugixml 0.9 quick start guide</a> </h2></div></div></div> @@ -96,10 +97,10 @@ The easiest way to build pugixml is to compile two source files, <code class="filename">pugixml.cpp</code> and <code class="filename">pugixpath.cpp</code>, along with the existing library/executable. This process depends on the method of building your application; for example, if you're using - Microsoft Visual Studio<sup>[<a name="id1329323" href="#ftn.id1329323" class="footnote">1</a>]</sup>, Apple Xcode, Code::Blocks or any other IDE, just add <code class="filename">pugixml.cpp</code> and - <code class="filename">pugixpath.cpp</code> to one of your projects. There are other building methods available, - including building pugixml as a standalone static/shared library; read the - manual for further information. + Microsoft Visual Studio<sup>[<a name="trademarks" href="#ftn.trademarks" class="footnote">1</a>]</sup>, Apple Xcode, Code::Blocks or any other IDE, just add + <code class="filename">pugixml.cpp</code> and <code class="filename">pugixpath.cpp</code> to one of your projects. There are other building + methods available, including building pugixml as a standalone static/shared + library; read the manual for further information. </p> </div> <div class="section"> @@ -819,9 +820,15 @@ </p> </blockquote></div> </div> -</div></div> +</div> +<div class="footnotes"> +<br><hr width="100" align="left"> +<div class="footnote"><p><sup>[<a name="ftn.trademarks" href="#trademarks" class="para">1</a>] </sup>All trademarks used are properties of their + respective owners.</p></div> +</div> +</div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> -<td align="left"><p><small>Last revised: July 11, 2010 at 16:13:56 GMT</small></p></td> +<td align="left"><p><small>Last revised: July 15, 2010 at 17:02:03 GMT</small></p></td> <td align="right"><div class="copyright-footer"></div></td> </tr></table> </body> |