2019-07-11 Bob Duff <duff@adacore.com>
gcc/ada/
* doc/gnat_ugn/gnat_utility_programs.rst: Document gnatpp's
--spaces-only switch.
From-SVN: r273390
+2019-07-11 Bob Duff <duff@adacore.com>
+
+ * doc/gnat_ugn/gnat_utility_programs.rst: Document gnatpp's
+ --spaces-only switch.
+
2019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
* sem_util.adb (Null_Status): Assume that an erroneous construct
Keep the line breaks from the source; do not insert or delete any
line breaks.
+ .. index:: --spaces-only (gnatpp)
+
+ :switch:`--spaces-only`
+ Disable all formatting except for inserting and removing spaces.
+ This implies --source-line-breaks.
+
The ``--comments`` switches are compatible with one another, except
that the ``--comments-unchanged`` switch disables all other comment
formatting switches.