summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-04 19:58:46 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-04 19:58:46 +0100
commit90d06f82e6baefc4b9b44631755d61f36884b677 (patch)
tree294262f955e9f29d0fb0e90cca36f6ccef884399 /src
parentc28d8e1df21fa4c88c1d9f0cd5a54c10a4a7f714 (diff)
Tweak comments.
Diffstat (limited to 'src')
-rw-r--r--src/asset.cc3
-rw-r--r--src/asset.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/asset.cc b/src/asset.cc
index 80b01082..e55dca2d 100644
--- a/src/asset.cc
+++ b/src/asset.cc
@@ -39,8 +39,7 @@ Asset::Asset ()
}
-/** Create an Asset from a given file. The ID will
- * be extracted from the file.
+/** Create an Asset from a given file.
* @param file File name.
*/
Asset::Asset (boost::filesystem::path file)
diff --git a/src/asset.h b/src/asset.h
index bad982f1..86d5daf5 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -78,7 +78,7 @@ public:
protected:
virtual std::string pkl_type (Standard standard) const = 0;
- /** The disk file that represents this asset, if one exists */
+ /** The most recent disk file used to read or write this asset; may be empty */
mutable boost::filesystem::path _file;
/** Hash of _file, or empty if the hash has not yet been computed */
mutable std::string _hash;