--- a/eric7/Documentation/Source/eric7.WebBrowser.Tools.WebBrowserTools.html Tue Jun 21 17:14:57 2022 +0200 +++ b/eric7/Documentation/Source/eric7.WebBrowser.Tools.WebBrowserTools.html Tue Jun 21 17:15:52 2022 +0200 @@ -70,10 +70,6 @@ <td>Module function to convert a pixmap to a data: URL.</td> </tr> <tr> -<td><a href="#readAllFileByteContents">readAllFileByteContents</a></td> -<td>Function to read the bytes contents of the given file.</td> -</tr> -<tr> <td><a href="#readAllFileContents">readAllFileContents</a></td> <td>Function to read the string contents of the given file.</td> </tr> @@ -403,35 +399,6 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> -<a NAME="readAllFileByteContents" ID="readAllFileByteContents"></a> -<h2>readAllFileByteContents</h2> -<b>readAllFileByteContents</b>(<i>filename</i>) - -<p> - Function to read the bytes contents of the given file. -</p> -<dl> - -<dt><i>filename</i> (str)</dt> -<dd> -name of the file -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -contents of the file -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -str -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> <a NAME="readAllFileContents" ID="readAllFileContents"></a> <h2>readAllFileContents</h2> <b>readAllFileContents</b>(<i>filename</i>)