diff -r 8cb6b7651074 -r d07c71a34adf src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html Thu Apr 10 18:36:24 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html Thu Apr 10 18:39:29 2025 +0200 @@ -207,6 +207,10 @@ <td>Private method to show a message dialog indicating a missing device.</td> </tr> <tr> +<td><a href="#MicroPythonWidget.__shutdown">__shutdown</a></td> +<td>Private method to perform some shutdown actions.</td> +</tr> +<tr> <td><a href="#MicroPythonWidget.__synchronizeTime">__synchronizeTime</a></td> <td>Private slot to set the time of the connected device to the local computer's time.</td> </tr> @@ -286,10 +290,6 @@ <td><a href="#MicroPythonWidget.showError">showError</a></td> <td>Public method to show some error message.</td> </tr> -<tr> -<td><a href="#MicroPythonWidget.shutdown">shutdown</a></td> -<td>Public method to perform some shutdown actions.</td> -</tr> </table> <h3>Static Methods</h3> @@ -623,6 +623,13 @@ Private method to show a message dialog indicating a missing device. </p> +<a NAME="MicroPythonWidget.__shutdown" ID="MicroPythonWidget.__shutdown"></a> +<h4>MicroPythonWidget.__shutdown</h4> +<b>__shutdown</b>(<i></i>) +<p> + Private method to perform some shutdown actions. +</p> + <a NAME="MicroPythonWidget.__synchronizeTime" ID="MicroPythonWidget.__synchronizeTime"></a> <h4>MicroPythonWidget.__synchronizeTime</h4> <b>__synchronizeTime</b>(<i>quiet=False</i>) @@ -951,13 +958,6 @@ error message </dd> </dl> -<a NAME="MicroPythonWidget.shutdown" ID="MicroPythonWidget.shutdown"></a> -<h4>MicroPythonWidget.shutdown</h4> -<b>shutdown</b>(<i></i>) -<p> - Public method to perform some shutdown actions. -</p> - <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>