Documentation/Source/eric5.DocumentationTools.QtHelpGenerator.html

changeset 253
3ccdf551bde7
parent 103
59137afca666
child 409
0ea528e80202
--- a/Documentation/Source/eric5.DocumentationTools.QtHelpGenerator.html	Sat May 15 10:19:07 2010 +0200
+++ b/Documentation/Source/eric5.DocumentationTools.QtHelpGenerator.html	Sat May 15 15:29:39 2010 +0200
@@ -57,6 +57,9 @@
 <td><a href="#QtHelpGenerator.__init__">QtHelpGenerator</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#QtHelpGenerator.__convertEol">__convertEol</a></td>
+<td>Private method to convert the newline characters.</td>
+</tr><tr>
 <td><a href="#QtHelpGenerator.__generateSections">__generateSections</a></td>
 <td>Private method to generate the sections part.</td>
 </tr><tr>
@@ -99,6 +102,24 @@
 flag indicating the generation of the collection
             files (boolean)
 </dd>
+</dl><a NAME="QtHelpGenerator.__convertEol" ID="QtHelpGenerator.__convertEol"></a>
+<h4>QtHelpGenerator.__convertEol</h4>
+<b>__convertEol</b>(<i>txt, newline</i>)
+<p>
+        Private method to convert the newline characters.
+</p><dl>
+<dt><i>txt</i></dt>
+<dd>
+text to be converted (string)
+</dd><dt><i>newline</i></dt>
+<dd>
+newline character to be used (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+converted text (string)
+</dd>
 </dl><a NAME="QtHelpGenerator.__generateSections" ID="QtHelpGenerator.__generateSections"></a>
 <h4>QtHelpGenerator.__generateSections</h4>
 <b>__generateSections</b>(<i>package, level</i>)
@@ -119,7 +140,7 @@
 </dd>
 </dl><a NAME="QtHelpGenerator.generateFiles" ID="QtHelpGenerator.generateFiles"></a>
 <h4>QtHelpGenerator.generateFiles</h4>
-<b>generateFiles</b>(<i>basename = ""</i>)
+<b>generateFiles</b>(<i>basename = "", newline = None</i>)
 <p>
         Public method to generate all index files.
 </p><dl>
@@ -128,6 +149,9 @@
 The basename of the file hierarchy to be documented.
             The basename is stripped off the filename if it starts with
             the basename.
+</dd><dt><i>newline</i></dt>
+<dd>
+newline character to be used (string)
 </dd>
 </dl><a NAME="QtHelpGenerator.remember" ID="QtHelpGenerator.remember"></a>
 <h4>QtHelpGenerator.remember</h4>

eric ide

mercurial