]> git.tdb.fi Git - builder.git/blobdiff - source/dependencycache.h
Comment updates
[builder.git] / source / dependencycache.h
index a4727aa92160d00e8d1f256bb9b6d4fb8d04b276..4160cec3a41cf5f7fc0cd39ae64202c7d40988ab 100644 (file)
@@ -7,9 +7,10 @@
 class Package;
 
 /**
-Stores dependencies to avoid expensive operations during DAG building phase.
-The dependencies are stored in a map with target name as key and a list of
-strings as value.  The targets are free to store whatever they want here.
+Stores dependencies to avoid expensive filesystem operations during DAG
+building phase.  The dependencies are stored in a map with target name as key
+and a list of strings as value.  The targets are free to store whatever they
+want here.
 */
 class DependencyCache
 {
@@ -30,9 +31,8 @@ public:
        const Msp::Time::TimeStamp &get_mtime() const { return mtime; }
        void load();
 
-       /**
-       Saves the depencency cache.  Does nothing if the cache is empty or nothing
-       has changed. */
+       /** Saves the depencency cache.  Does nothing if the cache is empty or
+       nothing has changed. */
        void save() const;
 };