--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html Thu Dec 21 12:03:40 2023 +0100 @@ -162,7 +162,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating to keep tabs (boolean) +flag indicating to keep tabs +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Lexer.autoCompletionWordSeparators" ID="Lexer.autoCompletionWordSeparators"></a> @@ -175,7 +181,13 @@ <dl> <dt>Return:</dt> <dd> -list of separators (list of strings) +list of separators +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <a NAME="Lexer.boxCommentStr" ID="Lexer.boxCommentStr"></a> @@ -313,7 +325,13 @@ <dt>Return:</dt> <dd> flag indicating availability of smartIndentLine and - smartIndentSelection methods (boolean) + smartIndentSelection methods +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Lexer.hasSubstyles" ID="Lexer.hasSubstyles"></a> @@ -351,15 +369,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="Lexer.isStringStyle" ID="Lexer.isStringStyle"></a> @@ -371,15 +395,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="Lexer.keywords" ID="Lexer.keywords"></a> @@ -444,7 +474,13 @@ <dl> <dt>Return:</dt> <dd> -lexer name (string) +lexer name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="Lexer.maximumKeywordSet" ID="Lexer.maximumKeywordSet"></a> @@ -478,7 +514,7 @@ </p> <dl> -<dt><i>editor</i></dt> +<dt><i>editor</i> (Editor)</dt> <dd> reference to the QScintilla editor object </dd> @@ -496,7 +532,7 @@ </p> <dl> -<dt><i>editor</i></dt> +<dt><i>editor</i> (Editor)</dt> <dd> reference to the QScintilla editor object </dd>