diff --git a/Framework/Algorithms/src/GetAllEi.cpp b/Framework/Algorithms/src/GetAllEi.cpp index 10d102754910e70f5ce89cf6296a2abea6f21a78..81ea8f3011cefe7da72e0bcda78294edf41f13c2 100644 --- a/Framework/Algorithms/src/GetAllEi.cpp +++ b/Framework/Algorithms/src/GetAllEi.cpp @@ -885,12 +885,11 @@ void GetAllEi::findGuessOpeningTimes(const std::pair<double, double> &TOF_range, } /**Finds pointer to log value for the property with the name provided * -*@param :: inputWS workspace with logs attached -*@param :: propertyName name of the property to find log for +*@param -- inputWS workspace with logs attached +*@param -- propertyName name of the property to find log for * -*@return :: pointer to property which contain the log requested or nullptr if -* no log found or other errors identified. -*/ +*@return -- pointer to property which contain the log requested or nullptr if +* no log found or other errors identified. */ Kernel::Property * GetAllEi::getPLogForProperty(const API::MatrixWorkspace_sptr &inputWS, const std::string &propertyName) {