X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftool.h;h=d1d71030c5fcc7ec35844333b2e79ad2bacf4069;hb=243d7c7355c1c5d9a0134440f340936325caaf88;hp=c302f3cffb432949706d4967a3ec18344e273738;hpb=e09cea0ffcef4ab5ea35c47c5b34237c44d0741f;p=builder.git diff --git a/source/tool.h b/source/tool.h index c302f3c..d1d7103 100644 --- a/source/tool.h +++ b/source/tool.h @@ -10,6 +10,10 @@ class Component; class Target; class Task; +/** +Base class for tools. Tools are used to turn targets into other targets. +Examples include compilers and linkers. +*/ class Tool { public: