E5GoogleMail: fixed a source docu error.

Mon, 04 Mar 2019 19:00:43 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 04 Mar 2019 19:00:43 +0100
changeset 6838
cd9b76b2967a
parent 6837
7bde956e3df9
child 6839
4f6234f34dfd

E5GoogleMail: fixed a source docu error.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Source/eric6.E5Network.E5GoogleMail.html file | annotate | diff | comparison | revisions
E5Network/E5GoogleMail.py file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Source/eric6.E5Network.E5GoogleMail.html	Sun Mar 03 18:06:43 2019 +0100
+++ b/Documentation/Source/eric6.E5Network.E5GoogleMail.html	Mon Mar 04 19:00:43 2019 +0100
@@ -34,7 +34,7 @@
 <td>Class implementing the logic to send emails via Google Mail.</td>
 </tr><tr>
 <td><a href="#E5GoogleMailAuthBrowser">E5GoogleMailAuthBrowser</a></td>
-<td>Module function to get the Google credentials.</td>
+<td>Class implementing a simple web browser to perform the OAuth2 authentication process.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -232,16 +232,9 @@
 <a NAME="E5GoogleMailAuthBrowser" ID="E5GoogleMailAuthBrowser"></a>
 <h2>E5GoogleMailAuthBrowser</h2>
 <p>
-    Module function to get the Google credentials.
-</p><p>
     Class implementing a simple web browser to perform the OAuth2
     authentication process.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-Google Mail credentials
-</dd>
-</dl><h3>Signals</h3>
+</p><h3>Signals</h3>
 <dl>
 <dt>approvalCodeReceived(str)</dt>
 <dd>
--- a/E5Network/E5GoogleMail.py	Sun Mar 03 18:06:43 2019 +0100
+++ b/E5Network/E5GoogleMail.py	Mon Mar 04 19:00:43 2019 +0100
@@ -36,12 +36,9 @@
 
 class E5GoogleMailAuthBrowser(QDialog):
     """
-    Module function to get the Google credentials.
-    
     Class implementing a simple web browser to perform the OAuth2
     authentication process.
     
-    @return Google Mail credentials
     @signal approvalCodeReceived(str) emitted to indicate the receipt of the
         approval code
     """

eric ide

mercurial