diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-05 12:59:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-05 12:59:12 +0000 |
| commit | f9862aff32f7ea5aa10f9362d7598480b1c9cf28 (patch) | |
| tree | df14985bee0e52f284ffa4c0881a61b32848f5d0 /src/reel_subtitle_asset.h | |
| parent | 9acb2e83ed4a39ece8d39dd479c160b79b02d7ab (diff) | |
Comments / tweaks.
Diffstat (limited to 'src/reel_subtitle_asset.h')
| -rw-r--r-- | src/reel_subtitle_asset.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h index 429c9859..5cdfac13 100644 --- a/src/reel_subtitle_asset.h +++ b/src/reel_subtitle_asset.h @@ -17,12 +17,22 @@ */ +/** @file src/reel_subtitle_asset.h + * @brief ReelSubtitleAsset class. + */ + +#ifndef LIBDCP_REEL_SUBTITLE_ASSET_H +#define LIBDCP_REEL_SUBTITLE_ASSET_H + #include "reel_asset.h" namespace dcp { class SubtitleContent; +/** @class ReelSubtitleAsset + * @brief Part of a Reel's description which refers to a subtitle XML file. + */ class ReelSubtitleAsset : public ReelAsset { public: @@ -38,3 +48,5 @@ private: }; } + +#endif |
