]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectHelpDialog.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMProjectHelpDialog.h
index bc79bf946c931f497d3e05cb2e7ec965fdbdbe32..2e03c56ff071a499f9f0edaee8eb58cc808a0dd8 100644 (file)
@@ -79,6 +79,7 @@ public:
    * @param position Dialog position. By default wxDefaultPosition.
    * @param size Dialog size. By default 350, 700.
    * @param style Dialog style. By default wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER.
+   * @return if the creation was successful.
    */
   bool Create(
       wxWindow* parent,
@@ -106,11 +107,13 @@ private:
 protected:
   /**
    * Handler to close help dialog.
+   * @param event Unused.
    */
   void OnFinish(wxCommandEvent& event);
 
   /**
    * Handler when the disable help checkbox is changed.
+   * @param event Check box event.
    */
   void OnDisableHelp(wxCommandEvent& event);
 };