Skip to content

Commit 7112d4d

Browse files
authored
Merge pull request #2326 from aG0aep6G/DDOC_AUTO_
fix DDOC_AUTO_{PSYMBOL,KEYWORD,PARAM}
2 parents e85a156 + 18406fc commit 7112d4d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

changelog/2.079.0.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ that they simply expand to the word itself without any highlighting:
405405
)
406406

407407
----
408-
DDOC_AUTO_PSYMBOL = $0
409-
DDOC_AUTO_KEYWORD = $0
410-
DDOC_AUTO_PARAM = $0
408+
DDOC_AUTO_PSYMBOL = $(DOLLAR)0
409+
DDOC_AUTO_KEYWORD = $(DOLLAR)0
410+
DDOC_AUTO_PARAM = $(DOLLAR)0
411411
----
412412

413413
$(P

dlang.org.ddoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@ FA_ICON=<i class="fa fa-$1" aria-hidden="true"></i>
554554
_=
555555

556556
_ = Opt-out of automatic keyword highlighting - see https://dlang.org/changelog/2.079.0.html#fix18361
557-
DDOC_AUTO_PSYMBOL =
558-
DDOC_AUTO_KEYWORD =
559-
DDOC_AUTO_PARAM =
557+
DDOC_AUTO_PSYMBOL = $0
558+
DDOC_AUTO_KEYWORD = $0
559+
DDOC_AUTO_PARAM = $0
560560
_ = DDOC_AUTO_PSYMBOL_SUPPRESS = FIXME_UNDERSCORE_PREFIX
561561
DDOC_AUTO_PSYMBOL_SUPPRESS = $1

0 commit comments

Comments
 (0)