From ba1dc0882beace3e5522585f70b982caa25da9cb Mon Sep 17 00:00:00 2001 From: Samuel Jones <samjones714@gmail.com> Date: Mon, 23 Jul 2018 09:55:46 +0100 Subject: [PATCH] Re #22515 doxygen fix Re #22515 --- Framework/Algorithms/src/SortXAxis2.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Framework/Algorithms/src/SortXAxis2.cpp b/Framework/Algorithms/src/SortXAxis2.cpp index e51d3db639c..009ce5a0564 100644 --- a/Framework/Algorithms/src/SortXAxis2.cpp +++ b/Framework/Algorithms/src/SortXAxis2.cpp @@ -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 * * @tparam Comparator - * @param workspaceIndicies, the vector of indicies values - * @param inputWorkspace, the original workspace + * @param workspaceIndicies the vector of indicies values + * @param inputWorkspace the original workspace * @param specNum the Spectrum number to be sorted * @param compare std::less<double> for Ascending order std::greater<double> * for descending order @@ -203,8 +203,8 @@ void SortXAxis::copyToOutputWorkspace( * comparator * * @tparam Comparator - * @param compare std::less<double> for descending, and std::greater<double> for - * ascending. + * @param compare std::less<double> for descending and std::greater<double> for + * ascending * @param inputWorkspace the unsorted input workspace * @param specNum the spectrum number currently being compared * @return true if it is sorted -- GitLab