summaryrefslogtreecommitdiff
path: root/include/cppunit/tools/XmlDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/tools/XmlDocument.h')
-rw-r--r--include/cppunit/tools/XmlDocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/tools/XmlDocument.h b/include/cppunit/tools/XmlDocument.h
index 005c736..8eba6d1 100644
--- a/include/cppunit/tools/XmlDocument.h
+++ b/include/cppunit/tools/XmlDocument.h
@@ -17,7 +17,7 @@ CPPUNIT_NS_BEGIN
class XmlElement;
-/*! A XML Document.
+/*! \brief 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.