diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-29 10:36:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-29 10:37:47 +0100 |
| commit | 5e4c87ae58f1ed73b9ef19cd75210963599fa546 (patch) | |
| tree | cb32d184e84633d8b6e3d077fa2a80a4a259ce19 /src/smpte_load_font_node.h | |
| parent | cfce3d57883e8d6ceeb869fd208230fbfbbd98d9 (diff) | |
Some comments.
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: |
