diff -r 5d807e997391 -r c6011e501282 src/eric7/Documentation/Source/eric7.Debugger.ExceptionLogger.html --- a/src/eric7/Documentation/Source/eric7.Debugger.ExceptionLogger.html Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.ExceptionLogger.html Sun Dec 17 17:15:19 2023 +0100 @@ -84,7 +84,7 @@ </tr> <tr> <td><a href="#ExceptionLogger.__showContextMenu">__showContextMenu</a></td> -<td>Private slot to show the context menu of the listview.</td> +<td>Private slot to show the context menu of the view.</td> </tr> <tr> <td><a href="#ExceptionLogger.addException">addException</a></td> @@ -110,9 +110,9 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -the parent widget of this widget +reference to the parent widget </dd> </dl> <a NAME="ExceptionLogger.__configure" ID="ExceptionLogger.__configure"></a> @@ -131,9 +131,9 @@ </p> <dl> -<dt><i>itm</i></dt> +<dt><i>itm</i> (QTreeWidgetItem)</dt> <dd> -the item that was double clicked(QTreeWidgetItem), ignored +reference to the item that was double clicked (ignored) </dd> </dl> <a NAME="ExceptionLogger.__openSource" ID="ExceptionLogger.__openSource"></a> @@ -148,13 +148,13 @@ <b>__showContextMenu</b>(<i>coord</i>) <p> - Private slot to show the context menu of the listview. + Private slot to show the context menu of the view. </p> <dl> -<dt><i>coord</i></dt> +<dt><i>coord</i> (QPoint)</dt> <dd> -the global coordinates of the mouse pointer (QPoint) +global coordinates of the mouse pointer </dd> </dl> <a NAME="ExceptionLogger.addException" ID="ExceptionLogger.addException"></a>