diff --git a/Framework/MDAlgorithms/src/MDNormDirectSC.cpp b/Framework/MDAlgorithms/src/MDNormDirectSC.cpp
index ee598f72873f951e271057b2d85915a48fe04cf8..1207f6bc99ea57a0ead1bfb99f14bee593155d5c 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,