summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;