Skip to content

Commit

Permalink
Re #11807. Fixing doxygen error.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed May 28, 2015
1 parent d322cb4 commit e5c8385
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Code/Mantid/MantidQt/MantidWidgets/src/MantidHelpWindow.cpp
Expand Up @@ -190,7 +190,7 @@ void MantidHelpWindow::showWikiPage(const string &page)
/**
* Convenience method for HelpWindowImpl::showWikiPage(const string &).
*
* @param name The name of the wiki page to show. If this is empty show
* @param page The name of the wiki page to show. If this is empty show
* the wiki homepage.
*/
void MantidHelpWindow::showWikiPage(const QString &page)
Expand Down Expand Up @@ -247,7 +247,7 @@ void MantidHelpWindow::showAlgorithm(const QString &name, const int version)


/**
* Show the help page for a particular concept.
* Show the help page for a particular concept.
*
* @param name The name of the concept to show. If this is empty show
* the concept index.
Expand Down Expand Up @@ -275,7 +275,7 @@ void MantidHelpWindow::showConcept(const string &name)


/**
* Show the help page for a particular concept.
* Show the help page for a particular concept.
*
* @param name The name of the concept to show. If this is empty show
* the concept index.
Expand Down Expand Up @@ -378,7 +378,7 @@ void MantidHelpWindow::findCollectionFile(std::string &binDir)
m_collectionFile = "";

QDir searchDir(QString::fromStdString(binDir));

// try next to the executable
QString path = searchDir.absoluteFilePath(COLLECTION_FILE);
g_log.debug() << "Trying \"" << path.toStdString() << "\"\n";
Expand Down

0 comments on commit e5c8385

Please sign in to comment.