diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-18 00:53:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-18 00:53:52 +0100 |
| commit | 4de6f6e4f4df4cc9b28b98188d36082b26e81345 (patch) | |
| tree | eb87f040aada25354fc4b526af4dcda2cf6c652d /src/metadata.h | |
| parent | a4902d8ca05a33d5793fcce961086b8c898a3c98 (diff) | |
Doc tweaks.
Diffstat (limited to 'src/metadata.h')
| -rw-r--r-- | src/metadata.h | 11 |
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 { |
