From 89076ef2e507f5c6f7c775175e9aeb4a51ae22ba Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 6 Dec 2006 12:41:06 +0000 Subject: Fixed comment for node_pcdata type git-svn-id: http://pugixml.googlecode.com/svn/trunk@11 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 87685eb..7c65ebe 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -28,7 +28,7 @@ namespace pugi node_null, ///< An undifferentiated entity. node_document, ///< A document tree's absolute root. node_element, ///< E.g. '<...>' - node_pcdata, ///< E.g. '<...>' + node_pcdata, ///< E.g. '>...<' node_cdata, ///< E.g. '' node_comment, ///< E.g. '' node_pi ///< E.g. '' -- cgit v1.2.3