Skip to content

Commit

Permalink
Fix non-allowed <> tags in doxygen string
Browse files Browse the repository at this point in the history
  • Loading branch information
cailafinn committed Jul 29, 2024
1 parent e40ea01 commit 338435d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Algorithms/src/PolarizationCorrectionWildes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ API::WorkspaceGroup_sptr PolarizationCorrectionWildes::groupOutput(const Workspa
* Add an output name in the correct position in the vector and to the ADS.
* @param names A list of the names of the workspaces the algorithm has generated.
* @param spinStateOrder The order the output should be in.
* @param baseName The base name for the output workspaces (<BASENAME>_<SPIN_STATE> e.g OUT_+-)
* @param baseName The base name for the output workspaces ("BASENAME_SPINSTATE" e.g "OUTNAME_+-")
* @param ws The workspace to add to the vector and ADS.
* @param spinState The spin state the workspace represents.
*/
Expand Down

0 comments on commit 338435d

Please sign in to comment.