Skip to content

Commit

Permalink
Merge pull request #4395 from s-ludwig/master
Browse files Browse the repository at this point in the history
Use REF_ALTTEXT for overview table symbol links. See issue 14403.
  • Loading branch information
CyberShadow committed Jun 3, 2016
2 parents c988d6d + e43ac92 commit 28a7775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/algorithm/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ sort(a); // no predicate, "a < b" is implicit
Macros:
SUBMODULE = $(MREF std, algorithm, $1)
SUBREF = $(LINK2 std_algorithm_$1.html#.$2, $(TT $2))$(NBSP)
SUBREF = $(REF_ALTTEXT $(TT $2), $2, std, algorithm, $1)$(NBSP)
Copyright: Andrei Alexandrescu 2008-.
Expand Down

0 comments on commit 28a7775

Please sign in to comment.