summaryrefslogtreecommitdiff
path: root/src/metadata.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-18 00:53:52 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-18 00:53:52 +0100
commit4de6f6e4f4df4cc9b28b98188d36082b26e81345 (patch)
treeeb87f040aada25354fc4b526af4dcda2cf6c652d /src/metadata.h
parenta4902d8ca05a33d5793fcce961086b8c898a3c98 (diff)
Doc tweaks.
Diffstat (limited to 'src/metadata.h')
-rw-r--r--src/metadata.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/metadata.h b/src/metadata.h
index 7660c4dd..1610491e 100644
--- a/src/metadata.h
+++ b/src/metadata.h
@@ -17,14 +17,19 @@
*/
+/** @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
{