From be3057cb272f3f42a008b9aedbf70cde788ad3ab Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:35:43 -0400 Subject: [PATCH] Doxygen fix --- src/gui/projectdlg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/projectdlg.h b/src/gui/projectdlg.h index 2a3a727..c17a5fa 100644 --- a/src/gui/projectdlg.h +++ b/src/gui/projectdlg.h @@ -37,6 +37,7 @@ class NewProjectDialog final : public wxDialog @param parent The parent window. @param id The window ID. @param caption The title of the export dialog. + @param showFileOptions Whether to show the file and folder selection entries. @param pos The screen position of the window. @param size The window size. @param style The window style (i.e., decorations and flags).*/