src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html

branch
eric7
changeset 9295
d14096c04126
parent 9209
b99e7fd55fd3
child 10070
9f5758c0fec1
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html	Tue Aug 23 19:33:07 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html	Tue Aug 23 19:35:42 2022 +0200
@@ -188,7 +188,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-box comment strings (dictionary with three QStrings)
+dictionary containing the start, middle and end box comment strings
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict of {"start": str, "middle": str, "end": str}
 </dd>
 </dl>
 <a NAME="Lexer.canBlockComment" ID="Lexer.canBlockComment"></a>
@@ -202,7 +208,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag (boolean)
+flag indicating block comment is available
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="Lexer.canBoxComment" ID="Lexer.canBoxComment"></a>
@@ -216,7 +228,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag (boolean)
+flag box comment is available
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="Lexer.canStreamComment" ID="Lexer.canStreamComment"></a>
@@ -230,7 +248,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag (boolean)
+flag indicating stream comment is available
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="Lexer.commentStr" ID="Lexer.commentStr"></a>
@@ -243,7 +267,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-comment string (string)
+comment string
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="Lexer.defaultKeywords" ID="Lexer.defaultKeywords"></a>
@@ -481,7 +511,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-stream comment strings (dictionary with two strings)
+dictionary containing the start and end stream comment strings
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict of {"start": str, "end": str}
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial