Skip to content

Commit ca43f42

Browse files
authored
Merge pull request #2191 from wilzbach/ref1
Fix REF1 to behave analogous to the other REF macros merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2 parents 65286f4 + 00aba08 commit ca43f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlang.org.ddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ $(COMMENT
365365
(the phobos path can be different, of course).
366366
)
367367
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 $2)</a>
368+
REF1=<a href="$(PHOBOS_PATH)$2.html#.$1">$(D $1)</a>
369369
_=
370370

371371
$(COMMENT

0 commit comments

Comments
 (0)