Improve logging slightly.
[dcpomatic.git] / src / lib / job.cc
index 3309fe16c64393b6a961841677512f8db02254f6..201397f08e0a79c5a75725163ba059bcb231404b 100644 (file)
@@ -33,6 +33,7 @@ using std::stringstream;
 using boost::shared_ptr;
 
 /** @param s Film that we are operating on.
+ *  @param req Job that must be completed before this job is run.
  */
 Job::Job (shared_ptr<Film> f, shared_ptr<Job> req)
        : _film (f)
@@ -77,6 +78,7 @@ Job::run_wrapper ()
        }
 }
 
+/** @return true if this job is new (ie has not started running) */
 bool
 Job::is_new () const
 {