--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerRuby.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerRuby.html Fri Oct 27 14:09:40 2023 +0200 @@ -31,7 +31,7 @@ <tr> <td><a href="#createLexer">createLexer</a></td> -<td></td> +<td>Function to instantiate a lexer object.</td> </tr> </table> <hr /> @@ -190,6 +190,32 @@ <h2>createLexer</h2> <b>createLexer</b>(<i>variant="", parent=None</i>) +<p> + Function to instantiate a lexer object. +</p> +<dl> + +<dt><i>variant</i> (str)</dt> +<dd> +name of the language variant +</dd> +<dt><i>parent</i> (QObject)</dt> +<dd> +parent widget of this lexer +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +instantiated lexer object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +LexerRuby +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file