]> git.ipfire.org Git - thirdparty/gcc.git/commit
cpp: Do not use @dots for ... tokens in code examples
authorJonathan Wakely <jwakely@redhat.com>
Mon, 3 Aug 2020 20:16:50 +0000 (21:16 +0100)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 18:07:26 +0000 (15:07 -0300)
commitdb3fd25c669cc4db5fd93aa7323cb9ad8b7e062b
treea2c2a9e78bf1f83dd1525d67e50c92f9f8e021fd
parent067af6872f628faeb79f592b887170706bc7a980
cpp: Do not use @dots for ... tokens in code examples

This prevents a ... token in code examples from being turned into a
single HORIZONTAL ELLIPSIS glyph (e.g. via the HTML &hellip; entity).

gcc/ChangeLog:

* doc/cpp.texi (Variadic Macros): Use the exact ... token in
code examples.
gcc/doc/cpp.texi