Skip to content

Commit

Permalink
Re #9483. Getting rid of doxygen warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed May 20, 2014
1 parent c7ed5db commit 8f2acc5
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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);
Expand Down

0 comments on commit 8f2acc5

Please sign in to comment.