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/manual/apiref.html | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'docs/manual/apiref.html') diff --git a/docs/manual/apiref.html b/docs/manual/apiref.html index b9cbc77..04f8990 100644 --- a/docs/manual/apiref.html +++ b/docs/manual/apiref.html @@ -4,15 +4,15 @@ API Reference - - + +
-pugixml 1.5 manual | +pugixml 1.6 manual | Overview | Installation | Document: @@ -469,6 +469,9 @@ bool set_value(double rhs); +
  • + bool set_value(float rhs); +
  • bool set_value(bool rhs);
  • @@ -501,6 +504,10 @@ operator=(double rhs); +
  • + xml_attribute& + operator=(float rhs); +
  • xml_attribute& operator=(bool rhs); @@ -1232,6 +1239,9 @@ bool set(double rhs);
  • +
  • + bool set(float rhs); +
  • bool set(bool rhs);
  • @@ -1264,6 +1274,10 @@ operator=(double rhs); +
  • + xml_text& + operator=(float rhs); +
  • xml_text& operator=(bool rhs); @@ -1647,7 +1661,7 @@
    -pugixml 1.5 manual | +pugixml 1.6 manual | Overview | Installation | Document: -- cgit v1.2.3