src/eric7/QScintilla/Lexers/Lexer.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r 47be220abdaf -r 779cda568acb src/eric7/QScintilla/Lexers/Lexer.py
--- 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

eric ide

mercurial