mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
Merge pull request #6706 from aG0aep6G/patch-1
Ddoc: fix unescaped dollar sign merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
This commit is contained in:
commit
4ed155ce1c
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ $(TR $(TD Objects) $(TD
|
|||
The format string can reference parts of match using the following notation.
|
||||
$(REG_TABLE
|
||||
$(REG_TITLE Format specifier, Replaced by )
|
||||
$(REG_ROW $$(AMP), the whole match. )
|
||||
$(REG_ROW $(DOLLAR)$(AMP), the whole match. )
|
||||
$(REG_ROW $(DOLLAR)$(BACKTICK), part of input $(I preceding) the match. )
|
||||
$(REG_ROW $', part of input $(I following) the match. )
|
||||
$(REG_ROW $$, '$' character. )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue