summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-08 00:32:50 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-08 00:32:50 +0100
commit635c3ae7aee1cad4b871fcf0ddf02a8be1cdce78 (patch)
tree95bcbd26ddba8468e8451167a52bb014c984c379 /src/font.h
parent5694bd6954baacd8bed0ef115bbfcf1e73f027b9 (diff)
Doxygen tweaks.
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index 490d5407..8e0b4e18 100644
--- a/src/font.h
+++ b/src/font.h
@@ -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: