--- a/src/eric7/Documentation/Source/eric7.DataViews.CodeMetricsDialog.html Thu Jul 07 15:02:00 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.DataViews.CodeMetricsDialog.html Thu Jul 07 16:38:26 2022 +0200 @@ -274,20 +274,16 @@ </p> <a NAME="CodeMetricsDialog.prepare" ID="CodeMetricsDialog.prepare"></a> <h4>CodeMetricsDialog.prepare</h4> -<b>prepare</b>(<i>fileList, project</i>) +<b>prepare</b>(<i>fileList</i>) <p> Public method to prepare the dialog with a list of filenames. </p> <dl> -<dt><i>fileList</i></dt> +<dt><i>fileList</i> (list of str)</dt> <dd> -list of filenames (list of strings) -</dd> -<dt><i>project</i></dt> -<dd> -reference to the project object (Project) +list of filenames </dd> </dl> <a NAME="CodeMetricsDialog.start" ID="CodeMetricsDialog.start"></a>