Merge.
[libdcp.git] / src / metadata.h
index 7660c4dda01a58a558b4e2c6a5549f81ff42c085..1610491eaea9fe31cefaa2fea90c0f09c126b232 100644 (file)
 
 */
 
+/** @file  src/metadata.h
+ *  @brief Metadata for writing to the DCP.
+ */
+
 #include <string>
 
 namespace libdcp
 {
 
-/** A class to hold various metadata that will be written
- *  to the DCP.  The values are initialised, and can be modified
- *  if desired.
+/** @brief A class to hold various metadata that will be written
+ *  to the DCP.
+ *
+ *  The values are initialised, and can be modified if desired.
  */
 class Metadata
 {