diff -r 435cc5875135 -r 9f5758c0fec1 src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html Thu May 25 19:52:31 2023 +0200 @@ -88,7 +88,7 @@ </tr> <tr> <td><a href="#Lexer.defaultKeywords">defaultKeywords</a></td> -<td>Public method to get the default keywords.</td> +<td></td> </tr> <tr> <td><a href="#Lexer.hasSmartIndent">hasSmartIndent</a></td> @@ -104,11 +104,11 @@ </tr> <tr> <td><a href="#Lexer.isCommentStyle">isCommentStyle</a></td> -<td>Public method to check, if a style is a comment style.</td> +<td></td> </tr> <tr> <td><a href="#Lexer.isStringStyle">isStringStyle</a></td> -<td>Public method to check, if a style is a string style.</td> +<td></td> </tr> <tr> <td><a href="#Lexer.keywords">keywords</a></td> @@ -280,28 +280,6 @@ <h4>Lexer.defaultKeywords</h4> <b>defaultKeywords</b>(<i>kwSet</i>) -<p> - Public method to get the default keywords. -</p> -<dl> - -<dt><i>kwSet</i> (int)</dt> -<dd> -number of the keyword set -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -space separated list of keywords -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -str or None -</dd> -</dl> <a NAME="Lexer.hasSmartIndent" ID="Lexer.hasSmartIndent"></a> <h4>Lexer.hasSmartIndent</h4> <b>hasSmartIndent</b>(<i></i>) @@ -346,42 +324,10 @@ <h4>Lexer.isCommentStyle</h4> <b>isCommentStyle</b>(<i>style</i>) -<p> - Public method to check, if a style is a comment style. -</p> -<dl> - -<dt><i>style</i></dt> -<dd> -style to check (integer) -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -flag indicating a comment style (boolean) -</dd> -</dl> <a NAME="Lexer.isStringStyle" ID="Lexer.isStringStyle"></a> <h4>Lexer.isStringStyle</h4> <b>isStringStyle</b>(<i>style</i>) -<p> - Public method to check, if a style is a string style. -</p> -<dl> - -<dt><i>style</i></dt> -<dd> -style to check (integer) -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -flag indicating a string style (boolean) -</dd> -</dl> <a NAME="Lexer.keywords" ID="Lexer.keywords"></a> <h4>Lexer.keywords</h4> <b>keywords</b>(<i>kwSet</i>)