summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-04 01:25:31 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-04 01:25:31 +0100
commitad3f59faa168a529048e0f631c31dfd6fb3d01e3 (patch)
tree7fe1d85e6e9876361a5b001875610da66eae9f1e /src/font.h
parent41c4d628f7ef3c9f9b434d34ff099f5fe4de1ae4 (diff)
Comments.
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h9
1 files changed, 8 insertions, 1 deletions
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 <boost/shared_ptr.hpp>
@@ -28,7 +32,10 @@ namespace cxml {
}
namespace dcp {
-
+
+/** @class Font
+ * @brief Helper class for parsing subtitle XML.
+ */
class Font
{
public: