Comments / tweaks.
[libdcp.git] / src / reel_sound_asset.h
index 27d2499f2acd98a53f1cf4861441cc4fdfdf7535..fb233016e3f63b3e112253b7e5e037db228644f1 100644 (file)
 
 */
 
+/** @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: