diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 00:32:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 00:32:50 +0100 |
| commit | 635c3ae7aee1cad4b871fcf0ddf02a8be1cdce78 (patch) | |
| tree | 95bcbd26ddba8468e8451167a52bb014c984c379 /src/reel_asset.h | |
| parent | 5694bd6954baacd8bed0ef115bbfcf1e73f027b9 (diff) | |
Doxygen tweaks.
Diffstat (limited to 'src/reel_asset.h')
| -rw-r--r-- | src/reel_asset.h | 7 |
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 <AnnotationText> from the reel's entry for this asset Fraction _edit_rate; ///< The <EditRate> from the reel's entry for this asset int64_t _intrinsic_duration; ///< The <IntrinsicDuration> from the reel's entry for this asset |
