diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.QScintilla.Lexers.Lexer.html --- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.Lexer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.Lexer.html Sat Jan 16 16:51:23 2021 +0100 @@ -174,7 +174,7 @@ Public method to check, if tab conversion is allowed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to keep tabs (boolean) </dd> @@ -187,7 +187,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -200,7 +200,7 @@ Public method to return the box comment strings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> box comment strings (dictionary with three QStrings) </dd> @@ -214,7 +214,7 @@ block comment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag (boolean) </dd> @@ -228,7 +228,7 @@ box comment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag (boolean) </dd> @@ -242,7 +242,7 @@ stream comment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag (boolean) </dd> @@ -255,7 +255,7 @@ Public method to return the comment string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> comment string (string) </dd> @@ -275,7 +275,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> space separated list of keywords </dd> @@ -294,7 +294,7 @@ Public method indicating whether lexer can do smart indentation. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability of smartIndentLine and smartIndentSelection methods (boolean) @@ -308,7 +308,7 @@ Public method to indicate the support of sub-styles. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating sub-styling support </dd> @@ -341,7 +341,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -361,7 +361,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -381,7 +381,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> space separated list of keywords </dd> @@ -407,7 +407,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> description of the keyword set </dd> @@ -426,7 +426,7 @@ Public method to return the lexer name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> lexer name (string) </dd> @@ -442,7 +442,7 @@ Note: A return value of 0 indicates to determine this dynamically. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set </dd> @@ -493,7 +493,7 @@ Public method to return the stream comment strings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> stream comment strings (dictionary with two strings) </dd>