diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 00:32:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 00:32:50 +0100 |
| commit | 635c3ae7aee1cad4b871fcf0ddf02a8be1cdce78 (patch) | |
| tree | 95bcbd26ddba8468e8451167a52bb014c984c379 /src/font.h | |
| parent | 5694bd6954baacd8bed0ef115bbfcf1e73f027b9 (diff) | |
Doxygen tweaks.
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -18,13 +18,16 @@ */ /** @file src/font.h - * @brief A (truetype) font asset for subtitles in a DCP. + * @brief Font class. */ #include "asset.h" namespace dcp { +/** @class Font + * @brief A (truetype) font asset for subtitles in a DCP. + */ class Font : public Asset { public: |
