Various Doxygen fixes.
[dcpomatic.git] / src / wx / report_problem_dialog.cc
index 7519259eb75457ef82024878d648b163db60e2d2..77540fcbc8eedee93da2f0d5bdff41cede73fd74 100644 (file)
@@ -28,7 +28,9 @@
 using std::string;
 using boost::shared_ptr;
 
-/** @param film Film that we are working on, or 0 */
+/** @param parent Parent window.
+ *  @param film Film that we are working on, or 0.
+ */
 ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr<Film> film)
        : wxDialog (parent, wxID_ANY, _("Report A Problem"))
        , _film (film)