update doc for task template

This commit is contained in:
Zach Pomerantz 2016-07-14 13:19:49 -07:00
parent e4dabc6be4
commit e71a2097a5

View file

@ -497,8 +497,6 @@ public:
// A task is a specialized job to run a collection of other jobs
// It is defined with JobModel = Task::Model<T>
//
// A task with a custom config *must* use the templated constructor
class Task {
public:
using Config = TaskConfig;