From 98b702af954596cea254742db52428124b1e1eb1 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 27 Nov 2020 11:31:23 -0800 Subject: [PATCH] update docs --- bin/perltidy | 6 ++++-- local-docs/BugLog.pod | 6 ++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bin/perltidy b/bin/perltidy index 0622a563..0822f664 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -703,8 +703,10 @@ control. For all practical purposes one either does or does not want to be sure that the output is converged, and there is no penalty to using a large iteration limit since perltidy will check for convergence and stop iterating as soon as possible. The default is B<-nconv> (no convergence check). Using -B<-conv> will approximately double run time since normally one extra iteration -is required to verify convergence. +B<-conv> will approximately double run time since typically one extra iteration +is required to verify convergence. No extra iterations are required if no new +line breaks are made, and two extra iterations are occasionally needed when +reformatting complex code structures, such as deeply nested ternary statements. =back diff --git a/local-docs/BugLog.pod b/local-docs/BugLog.pod index 03181017..3d28fcf2 100644 --- a/local-docs/BugLog.pod +++ b/local-docs/BugLog.pod @@ -2,6 +2,12 @@ =over 4 +=item B + +For the parameter combination --indent-only and --closing-side-comments, old +closing side comments were getting deleted but new closing side comments were +not made. A fix was made to prevent this deletion. This fix was made 27 Nov 2020. + =item B Previously, for the combination --indent-only and -conv, two iterations -- 2.39.5