summaryrefslogtreecommitdiff
path: root/src/reel_picture_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_picture_asset.h')
-rw-r--r--src/reel_picture_asset.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h
index a1f92628..12c23717 100644
--- a/src/reel_picture_asset.h
+++ b/src/reel_picture_asset.h
@@ -31,21 +31,26 @@
files in the program, then also delete it here.
*/
+
/** @file src/reel_picture_asset.h
- * @brief ReelPictureAsset class.
+ * @brief ReelPictureAsset class
*/
+
#ifndef LIBDCP_REEL_PICTURE_ASSET_H
#define LIBDCP_REEL_PICTURE_ASSET_H
+
#include "reel_mxf.h"
#include "reel_asset.h"
#include "picture_asset.h"
+
namespace dcp {
+
/** @class ReelPictureAsset
- * @brief Part of a Reel's description which refers to a picture asset.
+ * @brief Part of a Reel's description which refers to a picture asset
*/
class ReelPictureAsset : public ReelAsset, public ReelMXF
{
@@ -89,6 +94,8 @@ private:
Fraction _screen_aspect_ratio;
};
+
}
+
#endif