From bd2c777ac2238bdef8f5359550d3a69338e9aa4b Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 8 Nov 2009 19:17:47 +0000 Subject: docs: Updated Doxygen documentation git-svn-id: http://pugixml.googlecode.com/svn/trunk@234 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__document.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/html/classpugi_1_1xml__document.html') diff --git a/docs/html/classpugi_1_1xml__document.html b/docs/html/classpugi_1_1xml__document.html index e30f592..f20deaf 100644 --- a/docs/html/classpugi_1_1xml__document.html +++ b/docs/html/classpugi_1_1xml__document.html @@ -59,12 +59,12 @@ This class has noncopyable semantics (private copy ctor/assignment operator). xml_parse_result parse (const transfer_ownership_tag &, char *xmlstr, unsigned int options=parse_default)  Parse the given XML string in-situ (gains ownership).
-void save (xml_writer &writer, const char *indent="\t", unsigned int flags=format_default) +void save (xml_writer &writer, const char *indent="\t", unsigned int flags=format_default) const - Save XML to writer.
-bool save_file (const char *name, const char *indent="\t", unsigned int flags=format_default) + Save XML to writer.
+bool save_file (const char *name, const char *indent="\t", unsigned int flags=format_default) const - Save XML to file.
+ Save XML to file.
void precompute_document_order () @@ -309,7 +309,7 @@ The string is modified; document gains ownership over the string, so you don't h -

+

- +
@@ -335,7 +335,7 @@ The string is modified; document gains ownership over the string, so you don't h
const
@@ -361,7 +361,7 @@ Save XML to writer. -

+

- +
@@ -387,7 +387,7 @@ Save XML to writer.
const
@@ -414,7 +414,7 @@ Save XML to file. -


Generated on Thu Sep 17 22:15:56 2009 for pugixml by  +
Generated on Sun Nov 8 22:15:21 2009 for pugixml by  doxygen 1.4.6-NO
-- cgit v1.2.3