@@ -237,9 +237,9 @@ MULTICOL_CELL=<td colspan="$1">$+</td>
237
237
MULTICOL_HEADER=<th colspan="$1">$+</th>
238
238
MULTICOLS=$+
239
239
MULTIROW_HEADER=<th rowspan="$1">$+</th>
240
- MREF=<a href=" $(PHOBOS_PATH)$1$(UNDERSCORE_PREFIXED $+).html"> $(D $1$(DOT_PREFIXED $+))</a>
241
- MREF_ALTTEXT=<a href=" $(PHOBOS_PATH)$2$(UNDERSCORE_PREFIXED_SKIP $+).html">$1</a>
242
- MREF1=<a href=" $(PHOBOS_PATH)$1.html"> $(D $1)</a>
240
+ MREF=$(LINK2 $(PHOBOS_PATH)$1$(UNDERSCORE_PREFIXED $+).html, $(D $1$(DOT_PREFIXED $+)))
241
+ MREF_ALTTEXT=$(LINK2 $(PHOBOS_PATH)$2$(UNDERSCORE_PREFIXED_SKIP $+).html, $1)
242
+ MREF1=$(LINK2 $(PHOBOS_PATH)$1.html, $(D $1))
243
243
_=
244
244
245
245
@@ -364,8 +364,8 @@ $(COMMENT
364
364
The generated href will be "phobos/std_container_array.html#.Array.back"
365
365
(the phobos path can be different, of course).
366
366
)
367
- REF=<a href=" $(PHOBOS_PATH)$2$(UNDERSCORE_PREFIXED_SKIP $+).html#.$1"> $(D $2$(DOT_PREFIXED_SKIP $+, $1))</a>
368
- REF1=<a href=" $(PHOBOS_PATH)$2.html#.$1"> $(D $1)</a>
367
+ REF=$(LINK2 $(PHOBOS_PATH)$2$(UNDERSCORE_PREFIXED_SKIP $+).html#.$1, $(D $2$(DOT_PREFIXED_SKIP $+, $1)))
368
+ REF1=$(LINK2 $(PHOBOS_PATH)$2.html#.$1", $(D $1))
369
369
_=
370
370
371
371
$(COMMENT
@@ -377,8 +377,8 @@ $(COMMENT
377
377
generates a link like this:
378
378
<a href="phobos/std_container_array.html#.Array.back">the 'back' method</a>
379
379
)
380
- REF_ALTTEXT=<a href=" $(PHOBOS_PATH)$3$(UNDERSCORE_PREFIXED_SKIP2 $+).html#.$2">$1</a>
381
- REF1_ALTTEXT=<a href=" $(PHOBOS_PATH)$3.html#.$2">$1</a>
380
+ REF_ALTTEXT=$(LINK2 $(PHOBOS_PATH)$3$(UNDERSCORE_PREFIXED_SKIP2 $+).html#.$2, $1)
381
+ REF1_ALTTEXT=$(LINK2 $(PHOBOS_PATH)$3.html#.$2", $1)
382
382
_=
383
383
384
384
$(COMMENT
0 commit comments