summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-01-25 20:54:00 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-01-25 20:54:00 +0000
commit208a6b4ecc77932c08e5990a9cf809c5d8207b95 (patch)
treef0d66fa711d05db80aab623b4dc734c54d7f0f88 /src/pugixml.hpp
parent46da814b4287f34d668f38779947e6941837079b (diff)
Documentation updated
git-svn-id: http://pugixml.googlecode.com/svn/trunk@113 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp2
1 files changed, 1 insertions, 1 deletions
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