]> gcc.gnu.org Git - 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)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 3 Aug 2020 20:20:04 +0000 (21:20 +0100)
commit0a8cf19d14f7113ae4793cd95d1a82dc38d03b84
tree8103fc5877619a3268d1bbe1070da13d63a38351
parent09809e84d761c185a9189621341d25adb21c1c11
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.

(cherry picked from commit 2ac7fe2769890fe4c146da9cfa6d0eabb185d7db)
gcc/doc/cpp.texi
This page took 0.052822 seconds and 5 git commands to generate.