More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / send_problem_report_job.cc
index c8b577ca774ae9d2a9b742c96e37d4e8e2f5a0de..aac2b6e66645cfb8ef5e0520a346adc882b6e7fe 100644 (file)
@@ -36,7 +36,10 @@ using std::string;
 using std::list;
 using boost::shared_ptr;
 
-/** @param film Film thta the problem is with, or 0 */
+/** @param film Film thta the problem is with, or 0.
+ *  @param from Email address to use for From:
+ *  @param summary Summary of the problem.
+ */
 SendProblemReportJob::SendProblemReportJob (
        shared_ptr<const Film> film,
        string from,