summaryrefslogtreecommitdiff
path: root/src/ref.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ref.cc')
-rw-r--r--src/ref.cc11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ref.cc b/src/ref.cc
index 8527150d..16201240 100644
--- a/src/ref.cc
+++ b/src/ref.cc
@@ -31,15 +31,20 @@
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)
{