src/eric7/Documentation/Source/eric7.WebBrowser.Tools.WebBrowserTools.html

branch
eric7
changeset 10436
f6881d10e995
parent 9676
9edcc7302ac4
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Tools.WebBrowserTools.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Tools.WebBrowserTools.html	Fri Dec 22 17:24:07 2023 +0100
@@ -118,14 +118,13 @@
 </p>
 <dl>
 
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
-desired file name (string)
+desired file name
 </dd>
-<dt><i>appendFormat</i></dt>
+<dt><i>appendFormat</i> (str)</dt>
 <dd>
 format pattern to be used to make the unique name
-        (string)
 </dd>
 </dl>
 <dl>
@@ -134,6 +133,12 @@
 unique file name
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -146,15 +151,21 @@
 </p>
 <dl>
 
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
-name to be sanitized (string)
+name to be sanitized
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-sanitized name (string)
+sanitized name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -169,15 +180,21 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL (QUrl)
+URL
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-file name (string)
+file name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial