Small bits of tidying up and comments.
[libdcp.git] / src / metadata.h
index e1ce6986fb00ad61e984bb445979d75acc34d83f..b1fcdd8e9936ea89836fdedb37772bf1b7dc3efa 100644 (file)
@@ -31,6 +31,9 @@ class utc_offset_to_string_test;
 namespace dcp
 {
 
+/** @class MXFMetadata
+ *  @brief Metadata that is written to a MXF file's header
+ */
 class MXFMetadata
 {
 public:
@@ -41,6 +44,9 @@ public:
        std::string product_version;
 };
 
+/** @class XMLMetadata
+ *  @brief Common metadata that is written to a few different XML files
+ */
 class XMLMetadata
 {
 public: