--- a/src/eric7/Documentation/Source/eric7.UI.UserInterface.html Wed Dec 07 11:49:36 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.UI.UserInterface.html Wed Dec 07 11:50:29 2022 +0100 @@ -877,10 +877,6 @@ <td>Private method to update the external tools actions for the current tool group.</td> </tr> <tr> -<td><a href="#UserInterface.__versionToTuple">__versionToTuple</a></td> -<td>Private method to convert a version string into a tuple.</td> -</tr> -<tr> <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td> <td>Private slot to start the eric web browser.</td> </tr> @@ -2866,32 +2862,6 @@ Private method to update the external tools actions for the current tool group. </p> -<a NAME="UserInterface.__versionToTuple" ID="UserInterface.__versionToTuple"></a> -<h4>UserInterface.__versionToTuple</h4> -<b>__versionToTuple</b>(<i>version</i>) - -<p> - Private method to convert a version string into a tuple. -</p> -<dl> - -<dt><i>version</i> (str)</dt> -<dd> -version string -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -version tuple -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -tuple of int -</dd> -</dl> <a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a> <h4>UserInterface.__webBrowser</h4> <b>__webBrowser</b>(<i>home=""</i>)