Merge master.
[dcpomatic.git] / src / tools / dcpomatic.cc
index 28074a4ba39e8703d493665f24159cefb88a589f..f2aff9359a35412684f4262bbfe7afdd9c6aa110 100644 (file)
@@ -616,6 +616,9 @@ static const wxCmdLineEntryDesc command_line_description[] = {
        { wxCMD_LINE_NONE, "", "", "", wxCmdLineParamType (0), 0 }
 };
 
+/** @class App
+ *  @brief The magic App class for wxWidgets.
+ */
 class App : public wxApp
 {
        bool OnInit ()