diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-29 19:17:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-29 19:17:24 +0100 |
| commit | 91563c058a8d2207437a482d4cc63c5a166a26f4 (patch) | |
| tree | 599a0bc2d337dc7d06912163571fd0abdcc29cd6 /src/smpte_load_font_node.h | |
| parent | d8cf96d56de7b5a72471762ab5f1e35e816f6252 (diff) | |
| parent | 5e4c87ae58f1ed73b9ef19cd75210963599fa546 (diff) | |
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Diffstat (limited to 'src/smpte_load_font_node.h')
| -rw-r--r-- | src/smpte_load_font_node.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/smpte_load_font_node.h b/src/smpte_load_font_node.h index 1ca7786a..a150d9be 100644 --- a/src/smpte_load_font_node.h +++ b/src/smpte_load_font_node.h @@ -17,6 +17,10 @@ */ +/** @file src/smpte_load_font_node.h + * @brief SMPTELoadFontNode class. + */ + #include "load_font_node.h" #include <boost/shared_ptr.hpp> #include <boost/optional.hpp> @@ -27,6 +31,9 @@ namespace cxml { namespace dcp { +/** @class SMPTELoadFontNode + * @brief Parser for LoadFont nodes from SMPTE subtitle XML. + */ class SMPTELoadFontNode : public LoadFontNode { public: |
