[Ada] Document gnatpp's --spaces-only switch
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
This commit is contained in:
parent
f9e5da46f7
commit
852c41d488
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -3257,6 +3257,12 @@ Alternatively, you may run the script using the following command line:
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user