|
From: <vac...@us...> - 2008-12-13 22:03:23
|
Revision: 108
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=108&view=rev
Author: vaclavslavik
Date: 2008-12-13 21:53:17 +0000 (Sat, 13 Dec 2008)
Log Message:
-----------
fix Doxygen warning about unknown tag <chapter>
Modified Paths:
--------------
trunk/include/xmlwrapp/node.h
Modified: trunk/include/xmlwrapp/node.h
===================================================================
--- trunk/include/xmlwrapp/node.h 2008-12-13 13:39:53 UTC (rev 107)
+++ trunk/include/xmlwrapp/node.h 2008-12-13 21:53:17 UTC (rev 108)
@@ -75,7 +75,7 @@
/// enum for the different types of XML nodes
enum node_type {
- type_element, ///< XML element such as <chapter/>
+ type_element, ///< XML element such as "<chapter/>"
type_text, ///< Text node
type_cdata, ///< <![CDATA[text]]>
type_pi, ///< Processing Instruction
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|