]> gcc.gnu.org Git - gcc.git/commit
Improvements to documentation.
authorGaius Mulley <gaius.mulley@southwales.ac.uk>
Fri, 13 May 2022 22:24:39 +0000 (23:24 +0100)
committerGaius Mulley <gaius.mulley@southwales.ac.uk>
Fri, 13 May 2022 22:24:39 +0000 (23:24 +0100)
commitdb1ed08b563e57a90454252496d16b31faa5aceb
tree8b5025d2658585e0fd026f0ed70322dd45d252e0
parentb69680044cf9b549b3c367796d798f339ecec6d5
Improvements to documentation.

Specifically reducing many of the overful box errors which occur
when generating the pdf documentation.  Also correcting the
manual scaffold link examples now that the compiler uses a
different scaffold naming scheme.

2022-05-13   Gaius Mulley   <gaius.mulley@southwales.ac.uk>

gcc/ChangeLog:

* doc/gm2.texi: Tidied up many overful lines and corrected
scaffold link examples.  Updated dates.

gcc/m2/ChangeLog:

* gm2-compiler/ppg.mod: Reduced the line wrap marker
to ensure texi pretty print rules do not cause overful box errors
in gm2 pdf documentation.
* gm2-libs-iso/SYSTEM.def: Shorten the comment lines
and parameter lists per line to avoid overful box errors.
* gm2-libs/Assertion.def: Shorten the comment lines
and parameter lists per line to avoid overful box errors.
* gm2-libs/Builtins.def: Shorten the comment lines
and parameter lists per line to avoid overful box errors.
* gm2-libs/Builtins.mod: Name change n to nbytes for memcpy,
memset and memmove.
* gm2-libs/DynamicStrings.def: Shorten the comment lines
and parameter lists per line to avoid overful box errors.
* gm2-libs/Environment.def: Shorten the comment lines
and parameter lists per line to avoid overful box errors.
* gm2-libs/FIO.def: Shorten the comment lines
and parameter lists per line to avoid overful box errors.
* gm2-libs/FIO.mod: Shorten the comment lines
and parameter lists per line to avoid overful box errors.
* gm2-libs/FormatStrings.def: Shorten the comment lines
and parameter lists per line to avoid overful box errors.
* gm2-libs/FpuIO.def: Shorten the comment lines
and parameter lists per line to avoid overful box errors.
* gm2-libs/GetOpt.def: Shorten the comment lines
and parameter lists per line to avoid overful box errors.
* gm2-libs/SYSTEM.def: Shorten the comment lines
and parameter lists per line to avoid overful box errors.

Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
14 files changed:
gcc/doc/gm2.texi
gcc/m2/gm2-compiler/ppg.mod
gcc/m2/gm2-libs-iso/SYSTEM.def
gcc/m2/gm2-libs/Assertion.def
gcc/m2/gm2-libs/Builtins.def
gcc/m2/gm2-libs/Builtins.mod
gcc/m2/gm2-libs/DynamicStrings.def
gcc/m2/gm2-libs/Environment.def
gcc/m2/gm2-libs/FIO.def
gcc/m2/gm2-libs/FIO.mod
gcc/m2/gm2-libs/FormatStrings.def
gcc/m2/gm2-libs/FpuIO.def
gcc/m2/gm2-libs/GetOpt.def
gcc/m2/gm2-libs/SYSTEM.def
This page took 0.059891 seconds and 5 git commands to generate.