diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.EricNetwork.EricNetworkUtilities.html --- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricNetworkUtilities.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricNetworkUtilities.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,24 +7,22 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricNetwork.EricNetworkUtilities</h1> - <p> Package implementing some special network related objects and functions. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#isValidAddress">isValidAddress</a></td> <td>Public function to check, if the given address is valid.</td> @@ -38,15 +36,16 @@ <td>Public function to check, if the given address is a valid IPv6 address.</td> </tr> </table> + <hr /> <hr /> <a NAME="isValidAddress" ID="isValidAddress"></a> <h2>isValidAddress</h2> <b>isValidAddress</b>(<i>address</i>) - <p> Public function to check, if the given address is valid. </p> + <dl> <dt><i>address</i> (str)</dt> @@ -72,10 +71,10 @@ <a NAME="isValidIPv4Address" ID="isValidIPv4Address"></a> <h2>isValidIPv4Address</h2> <b>isValidIPv4Address</b>(<i>address</i>) - <p> Public function to check, if the given address is a valid IPv4 address. </p> + <dl> <dt><i>address</i> (str)</dt> @@ -101,10 +100,10 @@ <a NAME="isValidIPv6Address" ID="isValidIPv6Address"></a> <h2>isValidIPv6Address</h2> <b>isValidIPv6Address</b>(<i>address</i>) - <p> Public function to check, if the given address is a valid IPv6 address. </p> + <dl> <dt><i>address</i> (str)</dt> @@ -126,4 +125,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>