diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html --- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html Sat Jan 16 16:51:23 2021 +0100 @@ -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>