Documentation/Source/eric5.Project.Project.html

changeset 1653
fed1920ff53b
parent 1572
5900e71055ea
child 1865
e2a956fcf5e7
diff -r 4719bf3fe8d8 -r fed1920ff53b Documentation/Source/eric5.Project.Project.html
--- a/Documentation/Source/eric5.Project.Project.html	Wed Feb 22 12:02:12 2012 +0100
+++ b/Documentation/Source/eric5.Project.Project.html	Wed Feb 22 17:03:57 2012 +0100
@@ -321,9 +321,6 @@
 <td><a href="#Project.__writeSession">__writeSession</a></td>
 <td>Private method to write the session data to an XML file (.e4s).</td>
 </tr><tr>
-<td><a href="#Project.__writeTasks">__writeTasks</a></td>
-<td>Private method to write the tasks data to an XML file (.e4t).</td>
-</tr><tr>
 <td><a href="#Project.__writeUserProperties">__writeUserProperties</a></td>
 <td>Private method to write the project data to an XML file.</td>
 </tr><tr>
@@ -632,6 +629,9 @@
 </tr><tr>
 <td><a href="#Project.useSystemEol">useSystemEol</a></td>
 <td>Public method to check, if the project uses the system eol setting.</td>
+</tr><tr>
+<td><a href="#Project.writeTasks">writeTasks</a></td>
+<td>Public method to write the tasks data to an XML file (.e4t).</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -1084,12 +1084,7 @@
 <dd>
 indicator string (string)
 </dd>
-</dl><a NAME="Project.__writeTasks" ID="Project.__writeTasks"></a>
-<h4>Project.__writeTasks</h4>
-<b>__writeTasks</b>(<i></i>)
-<p>
-        Private method to write the tasks data to an XML file (.e4t).
-</p><a NAME="Project.__writeUserProperties" ID="Project.__writeUserProperties"></a>
+</dl><a NAME="Project.__writeUserProperties" ID="Project.__writeUserProperties"></a>
 <h4>Project.__writeUserProperties</h4>
 <b>__writeUserProperties</b>(<i></i>)
 <p>
@@ -2252,7 +2247,12 @@
 <dd>
 flag indicating the usage of system eol (boolean)
 </dd>
-</dl>
+</dl><a NAME="Project.writeTasks" ID="Project.writeTasks"></a>
+<h4>Project.writeTasks</h4>
+<b>writeTasks</b>(<i></i>)
+<p>
+        Public method to write the tasks data to an XML file (.e4t).
+</p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial