From a5fafaa249e3cd45b6c64592991ab1f0e0247e5f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Jan 2014 22:40:33 +0000 Subject: Comments / tidying up. --- src/text.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/text.cc') diff --git a/src/text.cc b/src/text.cc index 5d2a2d1b..c70e4333 100644 --- a/src/text.cc +++ b/src/text.cc @@ -17,6 +17,10 @@ */ +/** @file src/text.cc + * @brief Text class for parsing subtitle XML. + */ + #include "text.h" #include "xml.h" #include "font.h" @@ -27,6 +31,10 @@ using boost::shared_ptr; using boost::optional; using namespace dcp; +/** Read a <Text> node from a subtitle XML file, noting its contents + * in this object's member variables. + * @param node Node to read. + */ Text::Text (shared_ptr node) : v_align (CENTER) { -- cgit v1.2.3