From 41daa5821b3d3b0f450094fbf0d1e37a449f482c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Jan 2013 23:18:13 +0000 Subject: Comment tweaks. --- src/xml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xml.h') 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 _taken; }; +/** @brief A helper class for XML files */ class XMLFile : public XMLNode { public: -- cgit v1.2.3