X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=1016498f08b736e3517e45f269079e78b76cc13f;hb=74266a6e650f019063cdcd1c9a7bd26d8f99041b;hp=786b48c37f8f1752a8fbe17630d80aeacf5196e1;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/builder.h b/source/builder.h index 786b48c..1016498 100644 --- a/source/builder.h +++ b/source/builder.h @@ -14,12 +14,15 @@ class Analyzer; class Package; +/** +The main application class. Controls and owns everything. Rules the world. +*/ class Builder: public Msp::Application { public: Builder(int, char **); - unsigned get_verbose() const { return verbose; } - bool get_dry_run() const { return dry_run; } + unsigned get_verbose() const { return verbose; } + bool get_dry_run() const { return dry_run; } bool get_build_all() const { return build_all; } Package *get_package(const std::string &); Target *get_target(const std::string &);