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)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 3 Aug 2020 20:16:50 +0000 (21:16 +0100)
commit2ac7fe2769890fe4c146da9cfa6d0eabb185d7db
tree85da11a2c1509343d69a64b0464913fda301d18f
parent73e89414882ecb8bd7de1bceb9d003e1af598c11
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