diff options
Diffstat (limited to 'include/cppunit/tools/XmlDocument.h')
| -rw-r--r-- | include/cppunit/tools/XmlDocument.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cppunit/tools/XmlDocument.h b/include/cppunit/tools/XmlDocument.h index 3ed4107..564fb20 100644 --- a/include/cppunit/tools/XmlDocument.h +++ b/include/cppunit/tools/XmlDocument.h @@ -18,6 +18,9 @@ class XmlElement; /*! A XML Document. + * + * A XmlDocument represents a XML file. It holds a pointer on the root XmlElement + * of the document. It also holds the encoding and style sheet used. */ class CPPUNIT_API XmlDocument { |
