Next: , Previous: Casing Control, Up: Switches for gnatpp


13.1.3 Construct Layout Control

This group of gnatpp switches controls the layout of comments and complex syntactic constructs. See Formatting Comments, for details on their effect.

-c1
GNAT-style comment line indentation (this is the default).
-c2
Reference-manual comment line indentation.
-c3
GNAT-style comment beginning
-c4
Reformat comment blocks


-l1
GNAT-style layout (this is the default)
-l2
Compact layout
-l3
Uncompact layout

The -c1 and -c2 switches are incompatible. The -c3 and -c4 switches are compatible with each other and also with -c1 and -c2.

The -l1, -l2, and -l3 switches are incompatible.