Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
[libdcp.git] / src / font_node.h
index 2149e883392dd575d06a8d17866cf1ac38090913..92dd6b218367d936f8502c9013d2d0711bfad7fa 100644 (file)
@@ -30,7 +30,7 @@
 
 namespace dcp {
 
-/** @class Font
+/** @class FontNode
  *  @brief Helper class for parsing subtitle XML.
  */
 class FontNode
@@ -39,7 +39,7 @@ public:
        FontNode ()
                : size (0)
        {}
-       
+
        FontNode (cxml::ConstNodePtr node, int tcr);
        FontNode (std::list<boost::shared_ptr<FontNode> > const & font_nodes);
 
@@ -51,7 +51,7 @@ public:
        boost::optional<Colour> colour;
        boost::optional<Effect> effect;
        boost::optional<Colour> effect_colour;
-       
+
        std::list<boost::shared_ptr<SubtitleNode> > subtitle_nodes;
        std::list<boost::shared_ptr<FontNode> > font_nodes;
        std::list<boost::shared_ptr<TextNode> > text_nodes;