Ddoc: fix unescaped dollar sign

This commit is contained in:
aG0aep6G 2018-09-13 19:22:55 +02:00 committed by GitHub
parent 99d689566c
commit b9fe8b9ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,7 +256,7 @@ $(TR $(TD Objects) $(TD
The format string can reference parts of match using the following notation. The format string can reference parts of match using the following notation.
$(REG_TABLE $(REG_TABLE
$(REG_TITLE Format specifier, Replaced by ) $(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 $(DOLLAR)$(BACKTICK), part of input $(I preceding) the match. )
$(REG_ROW $', part of input $(I following) the match. ) $(REG_ROW $', part of input $(I following) the match. )
$(REG_ROW $$, '$' character. ) $(REG_ROW $$, '$' character. )