Use proper docstrings

This commit is contained in:
itayc0hen 2019-12-08 09:19:58 +02:00 committed by Itay Cohen
parent 272cf68818
commit 4d306616f9
2 changed files with 2 additions and 2 deletions

View File

@ -1597,7 +1597,7 @@ void MainWindow::messageBoxWarning(QString title, QString message)
} }
/** /**
* \brief When theme changed, change icons which have a special version for the theme. * @brief When theme changed, change icons which have a special version for the theme.
*/ */
void MainWindow::chooseThemeIcons() void MainWindow::chooseThemeIcons()
{ {

View File

@ -301,7 +301,7 @@ void DebugActions::setAllActionsVisible(bool visible)
} }
/** /**
* \brief When theme changed, change icons which have a special version for the theme. * @brief When theme changed, change icons which have a special version for the theme.
*/ */
void DebugActions::chooseThemeIcons() void DebugActions::chooseThemeIcons()
{ {