summaryrefslogtreecommitdiff
path: root/src/ref.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-23 15:35:24 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-23 15:35:24 +0100
commit6c37cc1979b2a01205a888c4c98f3334685ee8dd (patch)
tree9de52a3053e57bdf79a7986319cb097b33e46b5c /src/ref.cc
parentb75d977a38f039fd68ed5d4055ae70b4bf631603 (diff)
Tidying.
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)
{