summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
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: