diff options
Diffstat (limited to 'src/font_asset.h')
| -rw-r--r-- | src/font_asset.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/font_asset.h b/src/font_asset.h index 1d412619..d39a6b24 100644 --- a/src/font_asset.h +++ b/src/font_asset.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington <cth@carlh.net> + Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -31,14 +31,18 @@ files in the program, then also delete it here. */ + /** @file src/font_asset.h - * @brief FontAsset class. + * @brief FontAsset class */ + #include "asset.h" + namespace dcp { + /** @class FontAsset * @brief A (truetype) font asset for subtitles in an Interop DCP. */ @@ -55,4 +59,5 @@ private: } }; + } |
