]> 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)
committerJakub Jelinek <jakub@redhat.com>
Thu, 17 Sep 2020 15:40:42 +0000 (17:40 +0200)
commitcccc8c2faaf107b43fa8de05ecd1062584c1e474
tree1a8a7c75fe14ee10cec1d48cc45558821f06eb86
parentfb7ca7f5218b956b71f921bc47bb5f7c2706b721
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.066084 seconds and 6 git commands to generate.