]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Update comments to reflect the new roles of classes
[builder.git] / source / builder.h
index aef0f47d3a8eb6389748a93aa14f1e0aa77ea7a7..4c78a3dffd579d1054fa02846c771c3eae62fd3c 100644 (file)
@@ -22,8 +22,8 @@ class Package;
 class SourcePackage;
 
 /**
-The main application class.  Handles command line options and supervises the
-build process.
+This class ties everything else together.  It also contains code for loading
+build files and supervising the build process.
 */
 class Builder
 {