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();