Skip to content

Commit

Permalink
Re #9341. Fix doxygen warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Apr 16, 2014
1 parent 85ab981 commit b098b87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Code/Mantid/MantidQt/CustomInterfaces/src/C2ETab.cpp
Expand Up @@ -43,7 +43,8 @@ namespace CustomInterfaces
/**
* Run the load algorithm with the supplied filename
*
* @param filename :: The name of the workspace
* @param filename :: The name of the file to load
* @param workspace :: The name of the workspace
* @return If the algorithm was successful
*/
bool C2ETab::loadFile(const QString& filename, const QString& outputName)
Expand All @@ -65,7 +66,7 @@ namespace CustomInterfaces
return true;
}

/**
/**
* Plot a workspace to the miniplot given a workspace name and
* a specturm index.
*
Expand Down
5 changes: 2 additions & 3 deletions Code/Mantid/MantidQt/CustomInterfaces/src/MantidEVWorker.cpp
Expand Up @@ -295,13 +295,12 @@ bool MantidEVWorker::findPeaks( const std::string & md_ws_name,
* Predict peaks and overwrite
* specified peaks workspace.
*
* @param md_ws_name Name of the MD workspace to use
* @param peaks_ws_name Name of the peaks workspace to create
*
* @param min_pred_wl Minimum wavelength
* @param max_pred_wl Maximum wavelength
* @param min_pred_dspacing Minimum d-space
* @param max_pred_dspacing Maximum d-space
* @param min_pred_dspacing Minimum d-space
* @param max_pred_dspacing Maximum d-space
*
* @return true if PredictPeaks completed successfully.
*/
Expand Down

0 comments on commit b098b87

Please sign in to comment.