From ad3f59faa168a529048e0f631c31dfd6fb3d01e3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 May 2014 01:25:31 +0100 Subject: Comments. --- src/font.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/font.h') diff --git a/src/font.h b/src/font.h index 1b29e570..0250e997 100644 --- a/src/font.h +++ b/src/font.h @@ -17,6 +17,10 @@ */ +/** @file src/font.h + * @brief Font class + */ + #include "types.h" #include "subtitle.h" #include @@ -28,7 +32,10 @@ namespace cxml { } namespace dcp { - + +/** @class Font + * @brief Helper class for parsing subtitle XML. + */ class Font { public: -- cgit v1.2.3