X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdependencycache.h;h=4160cec3a41cf5f7fc0cd39ae64202c7d40988ab;hb=243d7c7355c1c5d9a0134440f340936325caaf88;hp=a4727aa92160d00e8d1f256bb9b6d4fb8d04b276;hpb=7c0fc22e2ecd8d8c1843f797d52b36610d880227;p=builder.git diff --git a/source/dependencycache.h b/source/dependencycache.h index a4727aa..4160cec 100644 --- a/source/dependencycache.h +++ b/source/dependencycache.h @@ -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; };