--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerContainer.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerContainer.html Fri Oct 27 14:09:40 2023 +0200 @@ -60,7 +60,7 @@ </tr> <tr> <td><a href="#LexerContainer.description">description</a></td> -<td></td> +<td>Public method returning the descriptions of the styles supported by the lexer.</td> </tr> <tr> <td><a href="#LexerContainer.keywords">keywords</a></td> @@ -103,6 +103,26 @@ <h4>LexerContainer.description</h4> <b>description</b>(<i>style</i>) +<p> + Public method returning the descriptions of the styles supported + by the lexer. +</p> +<p> + <b>Note</b>: This methods needs to be overridden by the lexer class. +</p> +<dl> + +<dt><i>style</i></dt> +<dd> +style number (integer) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +description for the given style (string) +</dd> +</dl> <a NAME="LexerContainer.keywords" ID="LexerContainer.keywords"></a> <h4>LexerContainer.keywords</h4> <b>keywords</b>(<i>kwSet</i>)