mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 21:04:25 +08:00
Fixed comment for node_pcdata type
git-svn-id: http://pugixml.googlecode.com/svn/trunk@11 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
44a433ba0e
commit
89076ef2e5
@ -28,7 +28,7 @@ namespace pugi
|
|||||||
node_null, ///< An undifferentiated entity.
|
node_null, ///< An undifferentiated entity.
|
||||||
node_document, ///< A document tree's absolute root.
|
node_document, ///< A document tree's absolute root.
|
||||||
node_element, ///< E.g. '<...>'
|
node_element, ///< E.g. '<...>'
|
||||||
node_pcdata, ///< E.g. '<...>'
|
node_pcdata, ///< E.g. '>...<'
|
||||||
node_cdata, ///< E.g. '<![CDATA[...]]>'
|
node_cdata, ///< E.g. '<![CDATA[...]]>'
|
||||||
node_comment, ///< E.g. '<!--...-->'
|
node_comment, ///< E.g. '<!--...-->'
|
||||||
node_pi ///< E.g. '<?...?>'
|
node_pi ///< E.g. '<?...?>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user