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

branch
eric7
changeset 10431
64157aeb0312
parent 10259
b51dfacef37f
child 10479
856476537696
diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerJavaScript.html
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerJavaScript.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerJavaScript.html	Thu Dec 21 12:03:40 2023 +0100
@@ -98,7 +98,7 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
 parent widget of this lexer
 </dd>
@@ -112,15 +112,21 @@
 </p>
 <dl>
 
-<dt><i>kwSet</i></dt>
+<dt><i>kwSet</i> (int)</dt>
 <dd>
-number of the keyword set (integer)
+number of the keyword set
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-string giving the keywords (string) or None
+string giving the keywords or None
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="LexerJavaScript.initProperties" ID="LexerJavaScript.initProperties"></a>
@@ -139,15 +145,21 @@
 </p>
 <dl>
 
-<dt><i>style</i></dt>
+<dt><i>style</i> (int)</dt>
 <dd>
-style to check (integer)
+style to check
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a comment style (boolean)
+flag indicating a comment style
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="LexerJavaScript.isStringStyle" ID="LexerJavaScript.isStringStyle"></a>
@@ -159,15 +171,21 @@
 </p>
 <dl>
 
-<dt><i>style</i></dt>
+<dt><i>style</i> (int)</dt>
 <dd>
-style to check (integer)
+style to check
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a string style (boolean)
+flag indicating a string style
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="LexerJavaScript.maximumKeywordSet" ID="LexerJavaScript.maximumKeywordSet"></a>
@@ -180,7 +198,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-maximum keyword set (integer)
+maximum keyword set
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial