diff options
author | Sergei Trofimovich <siarheit@google.com> | 2021-07-09 08:26:15 +0100 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2021-07-09 08:49:49 +0100 |
commit | 840fabd8e0cd002c744adf219c64a672b0fa83b3 (patch) | |
tree | a7ca026aefb9f0396809d9b7c871db602155057c /gcc/ada | |
parent | b5405babd82b84a65efab4e59ffbf22c8c93ff53 (diff) | |
download | gcc-840fabd8e0cd002c744adf219c64a672b0fa83b3.zip gcc-840fabd8e0cd002c744adf219c64a672b0fa83b3.tar.gz gcc-840fabd8e0cd002c744adf219c64a672b0fa83b3.tar.bz2 |
docs: don't split @smallexample in multiple @groups
Noticed multiple groups split in HTML documentation where example
was written in two columns:
""
"
(define_expand "addsi3" {
[(match_operand:SI 0 "register_operand" "") handle_add (...
(match_operand:SI 1 "register_operand" "") DONE;
(match_operand:SI 2 "register_operand" "")] }")
The change uses single @group/@endgroup to prevent such break.
gcc/ChangeLog:
* doc/md.texi: Don't split @smallexample in multiple @groups.
Diffstat (limited to 'gcc/ada')
0 files changed, 0 insertions, 0 deletions