Tweak comments.
authorCarl Hetherington <cth@carlh.net>
Fri, 4 Jul 2014 18:58:46 +0000 (19:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 4 Jul 2014 18:58:46 +0000 (19:58 +0100)
src/asset.cc
src/asset.h

index 80b010825b57eb95f72acf39d801bc2a9185fef2..e55dca2dab05999c58d9c65d93efe330f9c1acf0 100644 (file)
@@ -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)
index bad982f1878b2584741ef0955a65253c022ff19f..86d5daf56316f32c70bc5a2689af00595202bbbf 100644 (file)
@@ -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;