--- a/src/eric7/QScintilla/Lexers/Lexer.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/QScintilla/Lexers/Lexer.py Sat Apr 20 18:01:36 2024 +0200 @@ -196,7 +196,7 @@ """ Public method to check, if a style is a comment style. - @param style style to check + @param style style to check (unused) @type int @return flag indicating a comment style @rtype bool @@ -207,7 +207,7 @@ """ Public method to check, if a style is a string style. - @param style style to check + @param style style to check (unused) @type int @return flag indicating a string style @rtype bool @@ -251,7 +251,7 @@ """ Public method to get the default keywords. - @param kwSet number of the keyword set + @param kwSet number of the keyword set (unused) @type int @return space separated list of keywords @rtype str or None