diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-04 01:25:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-04 01:25:31 +0100 |
| commit | ad3f59faa168a529048e0f631c31dfd6fb3d01e3 (patch) | |
| tree | 7fe1d85e6e9876361a5b001875610da66eae9f1e /src/font.h | |
| parent | 41c4d628f7ef3c9f9b434d34ff099f5fe4de1ae4 (diff) | |
Comments.
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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: |
