]> 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)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 3 Aug 2020 20:17:15 +0000 (21:17 +0100)
commit4c96ea8309d998df4fc422787afc627d248976b6
treef5646836c43836453de1acedba9af912c9778d12
parent23b917d7cb5b0f14c967fc52148d55fcdb0201ae
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