src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterHTML.html

branch
eric7
changeset 10431
64157aeb0312
parent 9503
ae9232bf4854
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterHTML.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterHTML.html	Thu Dec 21 12:03:40 2023 +0100
@@ -94,13 +94,13 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (QScintilla.Editor.Editor)</dt>
 <dd>
-reference to the editor object (QScintilla.Editor.Editor)
+reference to the editor object
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-parent object of the exporter (QObject)
+parent object of the exporter
 </dd>
 </dl>
 <a NAME="ExporterHTML.__generateFromMarkdown" ID="ExporterHTML.__generateFromMarkdown"></a>
@@ -140,7 +140,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-processed HTML (string)
+processed HTML
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="ExporterHTML.exportSource" ID="ExporterHTML.exportSource"></a>
@@ -199,9 +205,9 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (QScintilla.Editor.Editor)</dt>
 <dd>
-reference to the editor object (QScintilla.Editor.Editor)
+reference to the editor object
 </dd>
 </dl>
 <a NAME="HTMLGenerator.generate" ID="HTMLGenerator.generate"></a>
@@ -213,37 +219,43 @@
 </p>
 <dl>
 
-<dt><i>tabSize</i></dt>
+<dt><i>tabSize</i> (int)</dt>
 <dd>
-size of tabs (integer)
+size of tabs
 </dd>
-<dt><i>useTabs</i></dt>
+<dt><i>useTabs</i> (bool)</dt>
 <dd>
-flag indicating the use of tab characters (boolean)
+flag indicating the use of tab characters
 </dd>
-<dt><i>wysiwyg</i></dt>
+<dt><i>wysiwyg</i> (bool)</dt>
 <dd>
-flag indicating colorization (boolean)
+flag indicating colorization
 </dd>
-<dt><i>folding</i></dt>
+<dt><i>folding</i> (bool)</dt>
 <dd>
 flag indicating usage of fold markers
 </dd>
-<dt><i>onlyStylesUsed</i></dt>
+<dt><i>onlyStylesUsed</i> (bool)</dt>
 <dd>
 flag indicating to include only style
-            definitions for styles used in the source (boolean)
+            definitions for styles used in the source
 </dd>
-<dt><i>titleFullPath</i></dt>
+<dt><i>titleFullPath</i> (bool)</dt>
 <dd>
 flag indicating to include the full file path
-            in the title tag (boolean)
+            in the title tag
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-generated HTML text (string)
+generated HTML text
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial