diff -r 6091145e189e -r ae9232bf4854 src/eric7/Documentation/Source/eric7.WebBrowser.ClosedTabsManager.html --- a/src/eric7/Documentation/Source/eric7.WebBrowser.ClosedTabsManager.html Wed Nov 09 15:17:05 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.ClosedTabsManager.html Wed Nov 09 15:18:07 2022 +0100 @@ -57,15 +57,7 @@ <h3>Methods</h3> <table> - -<tr> -<td><a href="#ClosedTab.__init__">ClosedTab</a></td> -<td>Constructor</td> -</tr> -<tr> -<td><a href="#ClosedTab.__eq__">__eq__</a></td> -<td>Special method implementing the equality operator.</td> -</tr> +<tr><td>None</td></tr> </table> <h3>Static Methods</h3> @@ -73,48 +65,6 @@ <tr><td>None</td></tr> </table> -<a NAME="ClosedTab.__init__" ID="ClosedTab.__init__"></a> -<h4>ClosedTab (Constructor)</h4> -<b>ClosedTab</b>(<i>url=None, title="", position=-1</i>) - -<p> - Constructor -</p> -<dl> - -<dt><i>url</i></dt> -<dd> -URL of the closed tab (QUrl) -</dd> -<dt><i>title</i></dt> -<dd> -title of the closed tab (string) -</dd> -<dt><i>position</i></dt> -<dd> -index of the closed tab (integer) -</dd> -</dl> -<a NAME="ClosedTab.__eq__" ID="ClosedTab.__eq__"></a> -<h4>ClosedTab.__eq__</h4> -<b>__eq__</b>(<i>other</i>) - -<p> - Special method implementing the equality operator. -</p> -<dl> - -<dt><i>other</i></dt> -<dd> -reference to the object to compare against (ClosedTab) -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -flag indicating equality of the tabs (boolean) -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />