Merge branch 'master' of /home/carl/git/libdcp
[libdcp.git] / src / xml.h
index acace8461e2be49c5a597e66f4f78e9b24c80059..6fc0d0fa6e3acfa93dd5f3c376c6f776b885c7a3 100644 (file)
--- 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: