Skip to content
Snippets Groups Projects
Commit 8f2acc51 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Re #9483. Getting rid of doxygen warnings.

parent c7ed5db4
No related branches found
No related tags found
No related merge requests found
......@@ -9,19 +9,19 @@
namespace WorkflowAlgorithmHelpers
{
/// Function to get double property or instrument parameter value
double getDblPropOrParam(const std::string &algProp,
double getDblPropOrParam(const std::string &pmProp,
Mantid::Kernel::PropertyManager_sptr &pm, const std::string &instParam,
Mantid::API::MatrixWorkspace_sptr &ws,
const double overrideValue = Mantid::EMPTY_DBL());
/// Function to get int property or instrument parameter value
int getIntPropOrParam(const std::string &algProp,
int getIntPropOrParam(const std::string &pmProp,
Mantid::Kernel::PropertyManager_sptr &pm, const std::string &instParam,
Mantid::API::MatrixWorkspace_sptr &ws,
const int overrideValue = Mantid::EMPTY_INT());
/// Function to get boolean property or instrument parameter value
bool getBoolPropOrParam(const std::string &algProp,
bool getBoolPropOrParam(const std::string &pmProp,
Mantid::Kernel::PropertyManager_sptr &pm, const std::string &instParam,
Mantid::API::MatrixWorkspace_sptr &ws,
const bool overrideValue = false);
......
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