From 23067ee289af303fa977a8d67f5660e4578b0e0a Mon Sep 17 00:00:00 2001 From: Alex Buts <Alex.Buts@stfc.ac.uk> Date: Wed, 7 Oct 2015 20:59:11 +0100 Subject: [PATCH] Re #13566 Strange Doxygen error --- Framework/Algorithms/src/GetAllEi.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Framework/Algorithms/src/GetAllEi.cpp b/Framework/Algorithms/src/GetAllEi.cpp index 10d10275491..81ea8f3011c 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) { -- GitLab