Skip to content
Snippets Groups Projects
Commit ba1dc088 authored by Samuel Jones's avatar Samuel Jones
Browse files

Re #22515 doxygen fix

Re #22515
parent 26e7401a
No related branches found
No related tags found
No related merge requests found
...@@ -89,8 +89,8 @@ std::vector<std::size_t> SortXAxis::createIndexes(const size_t sizeOfX) { ...@@ -89,8 +89,8 @@ std::vector<std::size_t> SortXAxis::createIndexes(const size_t sizeOfX) {
* @brief A template for sorting the values given a comparator * @brief A template for sorting the values given a comparator
* *
* @tparam Comparator * @tparam Comparator
* @param workspaceIndicies, the vector of indicies values * @param workspaceIndicies the vector of indicies values
* @param inputWorkspace, the original workspace * @param inputWorkspace the original workspace
* @param specNum the Spectrum number to be sorted * @param specNum the Spectrum number to be sorted
* @param compare std::less<double> for Ascending order std::greater<double> * @param compare std::less<double> for Ascending order std::greater<double>
* for descending order * for descending order
...@@ -203,8 +203,8 @@ void SortXAxis::copyToOutputWorkspace( ...@@ -203,8 +203,8 @@ void SortXAxis::copyToOutputWorkspace(
* comparator * comparator
* *
* @tparam Comparator * @tparam Comparator
* @param compare std::less<double> for descending, and std::greater<double> for * @param compare std::less<double> for descending and std::greater<double> for
* ascending. * ascending
* @param inputWorkspace the unsorted input workspace * @param inputWorkspace the unsorted input workspace
* @param specNum the spectrum number currently being compared * @param specNum the spectrum number currently being compared
* @return true if it is sorted * @return true if it is sorted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment