--- a/eric7/Documentation/Source/install.html Wed Jun 23 18:54:41 2021 +0200 +++ b/eric7/Documentation/Source/install.html Wed Jun 23 18:55:54 2021 +0200 @@ -168,6 +168,10 @@ <td>Display a usage message and exit.</td> </tr> <tr> +<td><a href="#versionToStr">versionToStr</a></td> +<td>Function to convert a version number into a version string.</td> +</tr> +<tr> <td><a href="#windowsDesktopEntries">windowsDesktopEntries</a></td> <td>Function to generate data for the Windows Desktop links.</td> </tr> @@ -753,6 +757,35 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="versionToStr" ID="versionToStr"></a> +<h2>versionToStr</h2> +<b>versionToStr</b>(<i>version</i>) + +<p> + Function to convert a version number into a version string. +</p> +<dl> + +<dt><i>version</i> (int)</dt> +<dd> +version number to convert +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +version string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="windowsDesktopEntries" ID="windowsDesktopEntries"></a> <h2>windowsDesktopEntries</h2> <b>windowsDesktopEntries</b>(<i></i>)