From f2762e4bd111707be1d4dce6b2886c92cd232609 Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:27:31 -0500 Subject: [PATCH] Doxygen fixes --- src/gui/insert_transmacro_dlg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/insert_transmacro_dlg.h b/src/gui/insert_transmacro_dlg.h index 077160c..7126043 100644 --- a/src/gui/insert_transmacro_dlg.h +++ b/src/gui/insert_transmacro_dlg.h @@ -51,6 +51,7 @@ class InsertTransMacroDlg final : public wxDialog public: /** @brief Constructor. @param parent The parent window. + @param stringToFormat The original string to wrap in a function call. @param id The window ID. @param caption The title of the export dialog. @param macroType Which type of macro to insert. @@ -68,6 +69,7 @@ class InsertTransMacroDlg final : public wxDialog /// @private InsertTransMacroDlg& operator=(const InsertTransMacroDlg&) = delete; + /// @returns The fully formatted results. [[nodiscard]] wxString GetFormattedOutput();