diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-30 18:15:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-30 18:15:50 +0100 |
| commit | 01df784224b313b75c5f9784a89faa2dc8a5958b (patch) | |
| tree | 674e03c5c0ccd3fe7af55ae2924a07b7d652e5ec | |
| parent | 56b3e83bb46b718ad0972c631f0a4bf80875be1f (diff) | |
Tweak comment.
| -rw-r--r-- | src/asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h index 2712dcb8..91c7e2dc 100644 --- a/src/asset.h +++ b/src/asset.h @@ -37,7 +37,7 @@ namespace xmlpp { namespace dcp { /** @class Asset - * @brief Parent class for DCP assets, i.e. picture/sound/subtitles and CPLs. + * @brief Parent class for DCP assets, i.e. picture, sound, subtitles, CPLs, fonts. * * Note that this class is not used for ReelAssets; those are just for the metadata * that gets put into <Reel>s. |
