Merge master.
[dcpomatic.git] / src / tools / dcpomatic.cc
index c9d17eb9b7ee4ce92939fe51bdc1db599bd058d7..d46ddf1d712ab171f403e689de32f9395156ab6d 100644 (file)
@@ -643,6 +643,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 ()