]> git.tdb.fi Git - builder.git/blobdiff - source/task.h
Document a lot of classes and functions
[builder.git] / source / task.h
index 531316be71d1ee98a46d3f86bcd55a8b8b796b39..1f59473fd14f135da7933d18993f4936458e2e1c 100644 (file)
@@ -4,6 +4,10 @@
 #include <string>
 #include <sigc++/signal.h>
 
+/**
+Tasks are used to manage other programs and worker threads involved in the
+build process.  They are run asynchronously.
+*/
 class Task
 {
 public: