Some compilers don't like x = {} where x is a boost::optional<string>
[libdcp.git] / src / asset_factory.cc
index ecda1701476d2aeb81ec2838116ddbe78ac79407..e02281d2f980c9b4ab9bf705ec008e084d60cd8f 100644 (file)
     files in the program, then also delete it here.
 */
 
+
+/** @file  src/asset_factory.cc
+ *  @brief asset_factory() method
+ */
+
+
 #include "mono_picture_asset.h"
 #include "stereo_picture_asset.h"
 #include "sound_asset.h"
 #include "asset_factory.h"
 #include <memory>
 
+
 using std::shared_ptr;
 using std::make_shared;
 using namespace dcp;
 
+
 shared_ptr<Asset>
 dcp::asset_factory (boost::filesystem::path path, bool ignore_incorrect_picture_mxf_type)
 {