diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-10 11:36:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-10 11:36:19 +0100 |
| commit | 6dc102cef17ac0b3f3089985813c58bc16058e66 (patch) | |
| tree | 7f3f26cacaaa02f240aa68b2f24196c86047eebb /src/lib/dcp_content.h | |
| parent | b0b000a9d11edc4febaca951c345df229cd5f3f4 (diff) | |
Docs.
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 7ead80ecb..7b7e85d9d 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -17,11 +17,18 @@ */ +/** @file src/lib/dcp_content.h + * @brief DCPContent class. + */ + #include <libcxml/cxml.h> #include "video_content.h" #include "single_stream_audio_content.h" #include "subtitle_content.h" +/** @class DCPContent + * @brief An existing DCP used as input. + */ class DCPContent : public VideoContent, public SingleStreamAudioContent, public SubtitleContent { public: |
