diff --git a/interface/wx/dirdlg.h b/interface/wx/dirdlg.h index bd46febbec..4f6d9bf10a 100644 --- a/interface/wx/dirdlg.h +++ b/interface/wx/dirdlg.h @@ -47,7 +47,7 @@ const char wxDirDialogNameStr[] = "wxDirCtrl"; @style{wxDD_CHANGE_DIR} Change the current working directory to the directory chosen by the user. - @note This flag cannot be used with the @c wxDD_MULTIPLE style. + This flag cannot be used with the @c wxDD_MULTIPLE style. @style{wxDD_MULTIPLE} Allow the user to select multiple directories. This flag is only available since wxWidgets 3.1.4 diff --git a/interface/wx/gauge.h b/interface/wx/gauge.h index d0eb02e70f..c66d0e99ef 100644 --- a/interface/wx/gauge.h +++ b/interface/wx/gauge.h @@ -58,7 +58,6 @@ Windows 7 and later and the dock icon under macOS, ignored under the other platforms. This flag is only available in wxWidgets 3.1.0 and later. - @endStyleTable @library{wxcore}