Various Doxygen fixes.
[dcpomatic.git] / src / wx / audio_dialog.cc
index ebccd53f5f57cb68c0858cff177c63e7ef68269b..8a38c8a87edb2ef9fe8a0f1f8cb09339d91c3931 100644 (file)
@@ -41,7 +41,10 @@ using boost::optional;
 using boost::const_pointer_cast;
 using boost::dynamic_pointer_cast;
 
-/** @param content Content to analyse, or 0 to analyse all of the film's audio */
+/** @param parent Parent window.
+ *  @param film Film we are using.
+ *  @param content Content to analyse, or 0 to analyse all of the film's audio.
+ */
 AudioDialog::AudioDialog (wxWindow* parent, shared_ptr<Film> film, shared_ptr<Content> content)
        : wxDialog (
                parent,