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_sound_asset.h | |
| parent | 9acb2e83ed4a39ece8d39dd479c160b79b02d7ab (diff) | |
Comments / tweaks.
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index 27d2499f..fb233016 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -17,6 +17,10 @@ */ +/** @file src/reel_sound_asset.h + * @brief ReelSoundAsset class. + */ + #include "reel_asset.h" #include "sound_mxf.h" #include <boost/shared_ptr.hpp> @@ -24,6 +28,9 @@ namespace dcp { +/** @class ReelSoundAsset + * @brief Part of a Reel's description which refers to a sound MXF. + */ class ReelSoundAsset : public ReelAsset { public: |
