summaryrefslogtreecommitdiff
path: root/src/reel_mxf_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_mxf_asset.h')
-rw-r--r--src/reel_mxf_asset.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/reel_mxf_asset.h b/src/reel_mxf_asset.h
index 9d98cd71..765ba393 100644
--- a/src/reel_mxf_asset.h
+++ b/src/reel_mxf_asset.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,6 +17,10 @@
*/
+/** @file src/reel_mxf_asset.h
+ * @brief ReelMXFAsset
+ */
+
#ifndef LIBDCP_REEL_MXF_ASSET_H
#define LIBDCP_REEL_MXF_ASSET_H
@@ -24,8 +28,11 @@
namespace dcp {
-class MXF;
+class MXF;
+/** @class ReelMXFAsset
+ * @brief Part of a Reel's description which refers to an MXF.
+ */
class ReelMXFAsset : public ReelAsset
{
public: