Corrected some source documentation issues.

Sun, 21 Jan 2018 15:00:09 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 21 Jan 2018 15:00:09 +0100
changeset 109
0d05668ee75a
parent 108
13fb1d9e7049
child 110
f66b4ba90c41

Corrected some source documentation issues.

CxFreeze/CxfreezeConfigDialog.py file | annotate | diff | comparison | revisions
CxFreeze/CxfreezeExecDialog.py file | annotate | diff | comparison | revisions
CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.CxFreeze.CxfreezeConfigDialog.html file | annotate | diff | comparison | revisions
CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.CxFreeze.CxfreezeExecDialog.html file | annotate | diff | comparison | revisions
--- a/CxFreeze/CxfreezeConfigDialog.py	Sun Jan 21 14:55:36 2018 +0100
+++ b/CxFreeze/CxfreezeConfigDialog.py	Sun Jan 21 15:00:09 2018 +0100
@@ -119,7 +119,7 @@
     def getOpenFileNames(parent=None, caption="", directory="",
                          fileFilter="", options=None):
         """
-        Public method to get the names of files and folders for opening it.
+        Static method to get the names of files and folders for opening it.
         
         @param parent parent widget of the dialog (QWidget)
         @param caption window title of the dialog (string)
--- a/CxFreeze/CxfreezeExecDialog.py	Sun Jan 21 14:55:36 2018 +0100
+++ b/CxFreeze/CxfreezeExecDialog.py	Sun Jan 21 15:00:09 2018 +0100
@@ -296,7 +296,7 @@
         QThread entry point to copy the selected additional files and folders.
         
         @exception OSError raised if there is an issue writing the package
-        """
+        """     # __IGNORE_WARNING_D252__ __IGNORE_WARNING_D253__
         self.insertPlainText.emit('----\n')
         os.chdir(self.ppath)
         for fn in self.additionalFiles:
--- a/CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.CxFreeze.CxfreezeConfigDialog.html	Sun Jan 21 14:55:36 2018 +0100
+++ b/CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.CxFreeze.CxfreezeConfigDialog.html	Sun Jan 21 15:00:09 2018 +0100
@@ -305,7 +305,7 @@
 <table>
 <tr>
 <td><a href="#DirFileDialog.getOpenFileNames">getOpenFileNames</a></td>
-<td>Public method to get the names of files and folders for opening it.</td>
+<td>Static method to get the names of files and folders for opening it.</td>
 </tr>
 </table>
 <a NAME="DirFileDialog.__init__" ID="DirFileDialog.__init__"></a>
@@ -370,7 +370,7 @@
 <h4>DirFileDialog.getOpenFileNames (static)</h4>
 <b>getOpenFileNames</b>(<i>caption="", directory="", fileFilter="", options=None</i>)
 <p>
-        Public method to get the names of files and folders for opening it.
+        Static method to get the names of files and folders for opening it.
 </p><dl>
 <dt><i>parent</i></dt>
 <dd>
--- a/CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.CxFreeze.CxfreezeExecDialog.html	Sun Jan 21 14:55:36 2018 +0100
+++ b/CxFreeze/Documentation/source/Plugin_Packager_CxFreeze.CxFreeze.CxfreezeExecDialog.html	Sun Jan 21 15:00:09 2018 +0100
@@ -34,7 +34,7 @@
 <td>Thread to copy the distribution dependent files.</td>
 </tr><tr>
 <td><a href="#CxfreezeExecDialog">CxfreezeExecDialog</a></td>
-<td>Module implementing a dialog to show the output of the cxfreeze process.</td>
+<td>Class implementing a dialog to show the output of the cxfreeze process.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -157,7 +157,7 @@
 <a NAME="CxfreezeExecDialog" ID="CxfreezeExecDialog"></a>
 <h2>CxfreezeExecDialog</h2>
 <p>
-    Module implementing a dialog to show the output of the cxfreeze process.
+    Class implementing a dialog to show the output of the cxfreeze process.
 </p><p>
     This class starts a QProcess and displays a dialog that
     shows the output of the packager command process.

eric ide

mercurial