summaryrefslogtreecommitdiff
path: root/src/reel_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-08 00:32:50 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-08 00:32:50 +0100
commit635c3ae7aee1cad4b871fcf0ddf02a8be1cdce78 (patch)
tree95bcbd26ddba8468e8451167a52bb014c984c379 /src/reel_asset.h
parent5694bd6954baacd8bed0ef115bbfcf1e73f027b9 (diff)
Doxygen tweaks.
Diffstat (limited to 'src/reel_asset.h')
-rw-r--r--src/reel_asset.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h
index 118f10a1..47bae675 100644
--- a/src/reel_asset.h
+++ b/src/reel_asset.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2014-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_asset.h
+ * @brief ReelAsset class.
+ */
+
#ifndef LIBDCP_REEL_ASSET_H
#define LIBDCP_REEL_ASSET_H
@@ -84,7 +88,6 @@ protected:
Ref<Asset> _asset_ref;
private:
-
std::string _annotation_text; ///< The &lt;AnnotationText&gt; from the reel's entry for this asset
Fraction _edit_rate; ///< The &lt;EditRate&gt; from the reel's entry for this asset
int64_t _intrinsic_duration; ///< The &lt;IntrinsicDuration&gt; from the reel's entry for this asset