Skip to content

Commit

Permalink
Doxygen fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Dec 4, 2024
1 parent f68ba16 commit f2762e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/insert_transmacro_dlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -68,6 +69,7 @@ class InsertTransMacroDlg final : public wxDialog
/// @private
InsertTransMacroDlg& operator=(const InsertTransMacroDlg&) = delete;

/// @returns The fully formatted results.
[[nodiscard]]
wxString GetFormattedOutput();

Expand Down

0 comments on commit f2762e4

Please sign in to comment.