diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPython.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPython.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPython.html Thu Dec 21 12:03:40 2023 +0100 @@ -126,7 +126,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="LexerPython.defaultKeywords" ID="LexerPython.defaultKeywords"></a> @@ -138,15 +144,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="LexerPython.getIndentationDifference" ID="LexerPython.getIndentationDifference"></a> @@ -158,11 +170,11 @@ </p> <dl> -<dt><i>line</i></dt> +<dt><i>line</i> (int)</dt> <dd> -line to perform the calculation for (integer) +line to perform the calculation for </dd> -<dt><i>editor</i></dt> +<dt><i>editor</i> (Editor)</dt> <dd> QScintilla editor </dd> @@ -170,7 +182,13 @@ <dl> <dt>Return:</dt> <dd> -amount of difference in indentation (integer) +amount of difference in indentation +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <a NAME="LexerPython.initProperties" ID="LexerPython.initProperties"></a> @@ -189,15 +207,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="LexerPython.isStringStyle" ID="LexerPython.isStringStyle"></a> @@ -209,15 +233,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="LexerPython.language" ID="LexerPython.language"></a> @@ -230,7 +260,13 @@ <dl> <dt>Return:</dt> <dd> -lexer language (string) +lexer language +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="LexerPython.maximumKeywordSet" ID="LexerPython.maximumKeywordSet"></a> @@ -243,7 +279,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>