X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fmetadata.h;h=1610491eaea9fe31cefaa2fea90c0f09c126b232;hb=4aed3e564381267a36d8707b80f35cafba39fa98;hp=7660c4dda01a58a558b4e2c6a5549f81ff42c085;hpb=2194158985f9c1300ffe24c7c6fb786cb39bbdb5;p=libdcp.git 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 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 {