Skip to content

Commit

Permalink
Add XREF2 macro
Browse files Browse the repository at this point in the history
Make XREF macro delegate to XREF2

Add XREF2 macro and make XREF delegate to it.
  • Loading branch information
mdparker committed Jan 7, 2015
1 parent 654f276 commit 702192f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dlang.org.ddoc
Expand Up @@ -191,7 +191,8 @@ UNDERSCORE=_
VERTROW=$(TR $(TDX $1, $+))

XLINK2=$(LINK2 $1,$+)
XREF = <a href="http://dlang.org/phobos/std_$1.html#$2">$(D std.$1.$2)</a>
XREF = $(XREF2 $1, $2, $(D std.$1.$2))
XREF2 = <a href="http://dlang.org/phobos/std_$1.html#$2">$3</a>

YES=$(CHECKMARK)

0 comments on commit 702192f

Please sign in to comment.