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 8f2acc5 commit edcfa85
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -50,10 +50,10 @@ namespace WorkflowAlgorithms
virtual bool checkGroups() { return false; }

/// Returns a workspace for the first period as specified using FirstPeriod property.
API::MatrixWorkspace_sptr getFirstPeriodWS(API::WorkspaceGroup_sptr ws);
API::MatrixWorkspace_sptr getFirstPeriodWS(API::WorkspaceGroup_sptr group);

/// Returns a workspace for the second period as specified using SecondPeriod property.
API::MatrixWorkspace_sptr getSecondPeriodWS(API::WorkspaceGroup_sptr ws);
API::MatrixWorkspace_sptr getSecondPeriodWS(API::WorkspaceGroup_sptr group);

/// Groups specified workspace according to specified DetectorGroupingTable.
API::MatrixWorkspace_sptr groupWorkspace(API::MatrixWorkspace_sptr ws, DataObjects::TableWorkspace_sptr grouping);
Expand Down

0 comments on commit edcfa85

Please sign in to comment.