summaryrefslogtreecommitdiff
path: root/src/asset_factory.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-24 22:56:33 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-24 22:56:33 +0100
commite1e7de8d73bedd0c741e7df0390068c67867e09f (patch)
tree02f007aad80f4d99707f2507a81b0685865026d0 /src/asset_factory.h
parentceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (diff)
Tidying.
Diffstat (limited to 'src/asset_factory.h')
-rw-r--r--src/asset_factory.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/asset_factory.h b/src/asset_factory.h
index 4f7688eb..4bab9bee 100644
--- a/src/asset_factory.h
+++ b/src/asset_factory.h
@@ -31,8 +31,16 @@
files in the program, then also delete it here.
*/
+
+/** @file src/asset_factory.h
+ * @brief asset_factory() method
+ */
+
+
namespace dcp {
+
std::shared_ptr<Asset> asset_factory (boost::filesystem::path path, bool ignore_incorrect_picture_mxf_type);
+
}