From 03038b770efca289a48a178202f459a038eee90c Mon Sep 17 00:00:00 2001 From: Dan Nixon <dan@dan-nixon.com> Date: Thu, 23 Oct 2014 15:14:54 +0100 Subject: [PATCH] Fix doxygen warnings Refs #10306 --- .../MantidQt/CustomInterfaces/src/IndirectDataReduction.cpp | 2 +- .../MantidQt/CustomInterfaces/src/IndirectDataReductionTab.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReduction.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReduction.cpp index 4b06fc7b8e9..c063b323378 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReduction.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReduction.cpp @@ -405,7 +405,7 @@ void IndirectDataReduction::showMessageBox(const QString& message) * * @param enabled If the button is clickable * @param message Message shown on the button - * @parm tooltip Tooltip shown when hovering over button + * @param tooltip Tooltip shown when hovering over button */ void IndirectDataReduction::updateRunButton(bool enabled, QString message, QString tooltip) { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReductionTab.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReductionTab.cpp index 7072dab874d..003ca1f0cac 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReductionTab.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReductionTab.cpp @@ -79,7 +79,7 @@ namespace CustomInterfaces /** * Slot used to update the run button when an algorithm that was strted by the Run button complete. * - * @parm error Unused + * @param error Unused */ void IndirectDataReductionTab::tabExecutionComplete(bool error) { -- GitLab