summaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.h')
-rw-r--r--src/xml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml.h b/src/xml.h
index acace846..6fc0d0fa 100644
--- a/src/xml.h
+++ b/src/xml.h
@@ -18,6 +18,7 @@ namespace xmlpp {
namespace libdcp {
+/** @brief A helper class for XML nodes */
class XMLNode
{
public:
@@ -86,6 +87,7 @@ private:
std::list<Glib::ustring> _taken;
};
+/** @brief A helper class for XML files */
class XMLFile : public XMLNode
{
public: