Skip to content

Commit

Permalink
Refs #2480 - Fix doxygen warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterParker committed Apr 20, 2014
1 parent dc8a6cc commit 7c4b1fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Code/Mantid/MantidQt/API/src/PropertyInfoWidget.cpp
Expand Up @@ -48,20 +48,20 @@ namespace API
}

/**
* Set the given icon's visibility.
* Set the visibility of the given information.
*
* @param icon :: icon to set
* @param visible :: whether or not the icon should be visible
* @param info :: info to set
* @param visible :: whether or not the info should be visible
*/
void PropertyInfoWidget::setInfoVisible( Info info, bool visible )
{
m_labels[info]->setVisible(visible);
}

/**
* Set the given icon's tool tip.
* Set the tool tip of the given information.
*
* @param icon :: icon to set
* @param info :: info to set
* @param toolTip :: the contents of the tool tip
*/
void PropertyInfoWidget::setInfoToolTip( Info info, const QString & toolTip )
Expand Down

0 comments on commit 7c4b1fb

Please sign in to comment.