From b8e3115d00fba249902e6e099d3ea0139e1a7d4b Mon Sep 17 00:00:00 2001
From: Andrei Savici <saviciat@ornl.gov>
Date: Thu, 16 Aug 2018 10:46:40 -0400
Subject: [PATCH] doxygen warnings

---
 Framework/MDAlgorithms/src/MDNormDirectSC.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Framework/MDAlgorithms/src/MDNormDirectSC.cpp b/Framework/MDAlgorithms/src/MDNormDirectSC.cpp
index ee598f72873..1207f6bc99e 100644
--- a/Framework/MDAlgorithms/src/MDNormDirectSC.cpp
+++ b/Framework/MDAlgorithms/src/MDNormDirectSC.cpp
@@ -303,6 +303,7 @@ void MDNormDirectSC::createNormalizationWS(const MDHistoWorkspace &dataWS) {
  * Retrieve logged values from non-HKL dimensions
  * @param skipNormalization [InOut] Updated to false if any values are outside
  * range measured by input workspace
+ * @param expInfoIndex current experiment info index
  * @return A vector of values from other dimensions to be include in normalized
  * MD position calculation
  */
@@ -449,8 +450,9 @@ void MDNormDirectSC::cacheDimensionXValues() {
 /**
  * Computed the normalization for the input workspace. Results are stored in
  * m_normWS
- * @param otherValues
- * @param affineTrans
+ * @param otherValues non HKLE dimensions
+ * @param affineTrans affine matrix
+ * @param expInfoIndex current experiment info index
  */
 void MDNormDirectSC::calculateNormalization(
     const std::vector<coord_t> &otherValues,
-- 
GitLab