From 208a6b4ecc77932c08e5990a9cf809c5d8207b95 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 25 Jan 2009 20:54:00 +0000 Subject: Documentation updated git-svn-id: http://pugixml.googlecode.com/svn/trunk@113 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index c2ac8bc..b557173 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1219,7 +1219,7 @@ namespace pugi * \param indent - indentation string * \param flags - formatting flags * \param depth - starting depth (used for indentation) - * \deprecated + * \deprecated Use print() with xml_writer_stream instead */ void print(std::ostream& os, const char* indent = "\t", unsigned int flags = format_default, unsigned int depth = 0); #endif -- cgit v1.2.3