From 58609480a1182719d436dae55de66fe483f63f76 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 20 Mar 2015 00:17:51 -0700 Subject: docs: Regenerate documentation --- docs/quickstart.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/quickstart.html') diff --git a/docs/quickstart.html b/docs/quickstart.html index c702852..b67765e 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -1,16 +1,16 @@ -pugixml 1.5 +pugixml 1.6 - +
Introduction
@@ -75,8 +75,8 @@ pugixml is distributed in source form. You can download a source distribution via one of the following links:

-
https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip
-https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.tar.gz
+
https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.zip
+https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.tar.gz
 

The distribution contains library source, documentation (the guide you're @@ -791,7 +791,7 @@ virtual void write(const void* data, size_t size) { - result += std::string(static_cast<const char*>(data), size); + result.append(static_cast<const char*>(data), size); } };

@@ -811,7 +811,7 @@ Feedback

- If you believe you've found a bug in pugixml, please file an issue via issue submission form. + If you believe you've found a bug in pugixml, please file an issue via issue submission form. Be sure to include the relevant information so that the bug can be reproduced: the version of pugixml, compiler version and target architecture, the code that uses pugixml and exhibits the bug, etc. Feature requests and contributions @@ -873,7 +873,7 @@ pugixml - +

Last revised: November 18, 2014 at 17:25:31 GMT

Last revised: March 20, 2015 at 07:16:25 GMT

-- cgit v1.2.3