File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -405,9 +405,9 @@ that they simply expand to the word itself without any highlighting:
405
405
)
406
406
407
407
----
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
411
411
----
412
412
413
413
$(P
Original file line number Diff line number Diff line change @@ -554,8 +554,8 @@ FA_ICON=<i class="fa fa-$1" aria-hidden="true"></i>
554
554
_=
555
555
556
556
_ = 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
560
560
_ = DDOC_AUTO_PSYMBOL_SUPPRESS = FIXME_UNDERSCORE_PREFIX
561
561
DDOC_AUTO_PSYMBOL_SUPPRESS = $1
You can’t perform that action at this time.
0 commit comments