From: Steve Hancock Date: Sun, 6 Jan 2019 01:54:17 +0000 (-0800) Subject: document that -fbl has priority over -kgbd X-Git-Tag: 20190601~31 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6bd123f3759ad06a54dd0b88504dd75a95c166a5;p=perltidy.git document that -fbl has priority over -kgbd --- diff --git a/docs/perltidy.html b/docs/perltidy.html index 424638a1..626094f8 100644 --- a/docs/perltidy.html +++ b/docs/perltidy.html @@ -2226,7 +2226,7 @@

--keyword-group-blanks-inside, or -kgbi, controls the insertion of blank lines between the first and last statement of the entire group. If there is a continuous run of a single statement type with more than the minimum threshold number (as specified with -kgbs=s) then this switch causes a blank line be inserted between this subgroup and the others. In the example above this happened between the use and my statements.

-

--keyword-group-blanks-delete, or -kgbd, controls the deletion of any blank lines that exist in the the group when it is first scanned. When statements are initially scanned, any existing blank lines are included in the collection. Any such orignial blank lines will be deleted before any other insertions are made when the parameter -kgbd is set. The default is not to do this, -nkgbd.

+

--keyword-group-blanks-delete, or -kgbd, controls the deletion of any blank lines that exist in the the group when it is first scanned. When statements are initially scanned, any existing blank lines are included in the collection. Any such orignial blank lines will be deleted before any other insertions are made when the parameter -kgbd is set. The default is not to do this, -nkgbd. Note: If old blank lines are being forced to remain with either --freeze-blank-lines or --keep-old-blank-lines=2, then this flag has no effect.

--keyword-group-blanks-repeat-count=n, or -kgbr=n, where n is the maximum number of times this logic will be applied to any file. The special value n=0 is the same as n=infinity which means it will be applied to an entire script [Default]. A value n=1 could be used to make it apply just one time for example. This might be useful for adjusting just the use statements in the top part of a module for example.

@@ -2845,7 +2845,7 @@

'=item' outside of any '=over'

-
Around line 2868:
+
Around line 2869:

You forgot a '=back' before '=head2'