eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
child 8161
3591a85e4da7
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html	Mon Feb 01 10:38:16 2021 +0100
@@ -144,7 +144,7 @@
 <dd>
 parent widget of this lexer
 </dd>
-<dt><i>name=</i></dt>
+<dt><i>name</i></dt>
 <dd>
 name of the pygments lexer to use (string)
 </dd>
@@ -164,7 +164,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 reference to the guessed lexer (pygments.lexer)
 </dd>
@@ -177,7 +177,7 @@
         Public method to check, if the lexer is able to style the text.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating the lexer capability (boolean)
 </dd>
@@ -197,7 +197,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 foreground color (QColor)
 </dd>
@@ -217,7 +217,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 fill to eol flag (boolean)
 </dd>
@@ -237,7 +237,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 font (QFont)
 </dd>
@@ -257,7 +257,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 string giving the keywords (string) or None
 </dd>
@@ -277,7 +277,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 background color (QColor)
 </dd>
@@ -298,7 +298,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 description for the style (string)
 </dd>
@@ -318,7 +318,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a comment style (boolean)
 </dd>
@@ -338,7 +338,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a string style (boolean)
 </dd>
@@ -351,7 +351,7 @@
         Public method returning the language of the lexer.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 language of the lexer (string)
 </dd>
@@ -364,7 +364,7 @@
         Public method to get the name of the pygments lexer.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 name of the pygments lexer (string)
 </dd>

eric ide

mercurial