--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -243,7 +243,7 @@ <dt><i>parent</i> (QModelIndex)</dt> <dd> -the model parent +the model parent (unused) </dd> </dl> <dl> @@ -290,16 +290,16 @@ </dl> <a NAME="PreviewModel.flags" ID="PreviewModel.flags"></a> <h4>PreviewModel.flags</h4> -<b>flags</b>(<i>index</i>) +<b>flags</b>(<i>_index</i>) <p> Public Qt slot to get the item flags. </p> <dl> -<dt><i>index</i> (QModelIndex)</dt> +<dt><i>_index</i> (QModelIndex)</dt> <dd> -of item +of item (unused) </dd> </dl> <dl> @@ -350,16 +350,16 @@ </dl> <a NAME="PreviewModel.parent" ID="PreviewModel.parent"></a> <h4>PreviewModel.parent</h4> -<b>parent</b>(<i>child</i>) +<b>parent</b>(<i>_child</i>) <p> Public Qt slot to get the parent of the given child. </p> <dl> -<dt><i>child</i> (QModelIndex)</dt> +<dt><i>_child</i> (QModelIndex)</dt> <dd> -the model child node +the model child node (unused) </dd> </dl> <dl> @@ -385,7 +385,7 @@ <dt><i>parent</i> (QModelIndex)</dt> <dd> -the model parent +the model parent (unused) </dd> </dl> <dl> @@ -423,16 +423,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>