diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-12-06 12:41:06 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-12-06 12:41:06 +0000 |
commit | 89076ef2e507f5c6f7c775175e9aeb4a51ae22ba (patch) | |
tree | 4c956a7cbca6076c7258f783f1e7334d7522f0d6 /src | |
parent | 44a433ba0e2631e5fecd99e3800d77bb97b7c4d9 (diff) |
Fixed comment for node_pcdata type
git-svn-id: http://pugixml.googlecode.com/svn/trunk@11 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src')
-rw-r--r-- | src/pugixml.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. '<![CDATA[...]]>'
node_comment, ///< E.g. '<!--...-->'
node_pi ///< E.g. '<?...?>'
|