Skip to content
Snippets Groups Projects
Commit 23067ee2 authored by Alex Buts's avatar Alex Buts
Browse files

Re #13566 Strange Doxygen error

parent 9df2ed2e
No related branches found
No related tags found
No related merge requests found
...@@ -885,12 +885,11 @@ void GetAllEi::findGuessOpeningTimes(const std::pair<double, double> &TOF_range, ...@@ -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 /**Finds pointer to log value for the property with the name provided
* *
*@param :: inputWS workspace with logs attached *@param -- inputWS workspace with logs attached
*@param :: propertyName name of the property to find log for *@param -- propertyName name of the property to find log for
* *
*@return :: pointer to property which contain the log requested or nullptr if *@return -- pointer to property which contain the log requested or nullptr if
* no log found or other errors identified. * no log found or other errors identified. */
*/
Kernel::Property * Kernel::Property *
GetAllEi::getPLogForProperty(const API::MatrixWorkspace_sptr &inputWS, GetAllEi::getPLogForProperty(const API::MatrixWorkspace_sptr &inputWS,
const std::string &propertyName) { const std::string &propertyName) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment