Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4899 from aG0aep6G/kill-xref
[Ddoc] XREF -> REF
  • Loading branch information
burner committed Nov 15, 2016
2 parents d8ca14c + 11a9c58 commit 64cd526
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion std/algorithm/setops.d
Expand Up @@ -1293,7 +1293,7 @@ Returns:
A range containing the unique union of the given ranges.
See_Also:
$(XREF algorithm, sorting, merge)
$(REF merge, std,algorithm,sorting)
*/
auto setUnion(alias less = "a < b", Rs...)
(Rs rs)
Expand Down
3 changes: 0 additions & 3 deletions std/algorithm/sorting.d
Expand Up @@ -1055,9 +1055,6 @@ Params:
Returns:
A range containing the union of the given ranges.
See_Also:
$(XREF algorithm, setops, SetUnion)
*/
struct Merge(alias less = "a < b", Rs...) if (allSatisfy!(isInputRange, Rs))
{
Expand Down

0 comments on commit 64cd526

Please sign in to comment.