X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=4c78a3dffd579d1054fa02846c771c3eae62fd3c;hb=7ed7c30ee0ceb734f17fe0c6d4bc6d37fb2ab5a7;hp=aef0f47d3a8eb6389748a93aa14f1e0aa77ea7a7;hpb=1dad660f7bbda5ef3239fd6374e0f8a77e19eaaa;p=builder.git diff --git a/source/builder.h b/source/builder.h index aef0f47..4c78a3d 100644 --- a/source/builder.h +++ b/source/builder.h @@ -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 {