Improved comments.
[libdcp.git] / src / ref.cc
index 8527150d7e552013ae18ee33c9b89d4777f027df..162012406e8c17127a71f78a75cc2399e077339c 100644 (file)
     files in the program, then also delete it here.
 */
 
+
+/** @file  src/ref.cc
+ *  @brief Ref class
+ */
+
+
 #include "ref.h"
 
+
 using std::shared_ptr;
 using std::vector;
 using namespace dcp;
 
-/** Look through a list of assets and copy a shared_ptr to any asset
- *  which matches the ID of this one.
- */
+
 void
 Ref::resolve (vector<shared_ptr<Asset>> assets)
 {