Skip to content

Commit

Permalink
Refs #8913 Fix Doxygen warnings for missing parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed May 9, 2014
1 parent 10d21cf commit 7cea29a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/API/src/Algorithm.cpp
Expand Up @@ -802,7 +802,6 @@ namespace Mantid
* @param endProgress :: The percentage progress value of the overall algorithm where this child algorithm ends
* @param enableLogging :: Set to false to disable logging from the child algorithm
* @param version :: The version of the child algorithm to create. By default gives the latest version.
* @param recordHistory :: Set whether to record history for children. By default this is set to false.
* @return shared pointer to the newly created algorithm object
*/
Algorithm_sptr Algorithm::createChildAlgorithm(const std::string& name, const double startProgress, const double endProgress,
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/API/src/DataProcessorAlgorithm.cpp
Expand Up @@ -55,7 +55,6 @@ namespace API
* @param endProgress :: The percentage progress value of the overall algorithm where this child algorithm ends
* @param enableLogging :: Set to false to disable logging from the child algorithm
* @param version :: The version of the child algorithm to create. By default gives the latest version.
* @param recordHistory :: Set whether to record history for children. By default this is set to false.
* @return shared pointer to the newly created algorithm object
*/
boost::shared_ptr<Algorithm> DataProcessorAlgorithm::createChildAlgorithm(const std::string& name, const double startProgress,
Expand Down

0 comments on commit 7cea29a

Please sign in to comment.