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/single_stream_audio_content.h | |
| parent | b0b000a9d11edc4febaca951c345df229cd5f3f4 (diff) | |
Docs.
Diffstat (limited to 'src/lib/single_stream_audio_content.h')
| -rw-r--r-- | src/lib/single_stream_audio_content.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/single_stream_audio_content.h b/src/lib/single_stream_audio_content.h index 588c250fe..9abc25e56 100644 --- a/src/lib/single_stream_audio_content.h +++ b/src/lib/single_stream_audio_content.h @@ -17,6 +17,10 @@ */ +/** @file src/lib/single_stream_audio_content.h + * @brief SingleStreamAudioContent class. + */ + #ifndef DCPOMATIC_SINGLE_STREAM_AUDIO_CONTENT_H #define DCPOMATIC_SINGLE_STREAM_AUDIO_CONTENT_H @@ -24,6 +28,9 @@ class AudioExaminer; +/** @class SingleStreamAudioContent + * @brief A piece of AudioContent that has a single audio stream. + */ class SingleStreamAudioContent : public AudioContent { public: |
