]> git.tdb.fi Git - builder.git/blobdiff - source/tool.h
Comment updates
[builder.git] / source / tool.h
index c302f3cffb432949706d4967a3ec18344e273738..d1d71030c5fcc7ec35844333b2e79ad2bacf4069 100644 (file)
@@ -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: