Skip to content

Commit

Permalink
Fix doxygen warnings
Browse files Browse the repository at this point in the history
Refs #10306
  • Loading branch information
DanNixon committed Oct 23, 2014
1 parent b3a91d1 commit 03038b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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)
{
Expand Down
Expand Up @@ -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)
{
Expand Down

0 comments on commit 03038b7

Please sign in to comment.