Merge master.
[dcpomatic.git] / src / tools / dcpomatic.cc
index 0ec2a81a44ba1b5c5dd452fc51e0021dd8f0ecd7..23c1e500512a750f17468445a2cfcfd1cd78f7de 100644 (file)
@@ -615,6 +615,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 ()