--- a/eric6/QScintilla/Lexers/__init__.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/QScintilla/Lexers/__init__.py Sat Dec 19 15:22:26 2020 +0100 @@ -38,11 +38,11 @@ @param getLexerFunc reference to a function instantiating the specific lexer. This function must take a reference to the parent as its only argument. - @keyparam openFilters list of open file filters (list of strings) - @keyparam saveFilters list of save file filters (list of strings) - @keyparam defaultAssocs default lexer associations (list of strings of + @param openFilters list of open file filters (list of strings) + @param saveFilters list of save file filters (list of strings) + @param defaultAssocs default lexer associations (list of strings of filename wildcard patterns to be associated with the lexer) - @keyparam iconFileName name of an icon file (string) + @param iconFileName name of an icon file (string) @exception KeyError raised when the given name is already in use """ global LexerRegistry @@ -213,7 +213,7 @@ @param language language of the lexer (string) @param parent reference to the parent object (QObject) - @keyparam pyname name of the pygments lexer to use (string) + @param pyname name of the pygments lexer to use (string) @return reference to the instanciated lexer object (QsciLexer) """ if not pyname: @@ -348,7 +348,7 @@ Private module function to instantiate a pygments lexer. @param parent reference to the parent widget - @keyparam name name of the pygments lexer to use (string) + @param name name of the pygments lexer to use (string) @return reference to the lexer (LexerPygments) or None """ from .LexerPygments import LexerPygments @@ -368,7 +368,7 @@ All Files filter (boolean) @param asString flag indicating the list should be returned as a string (boolean) - @keyparam withAdditional flag indicating to include additional filters + @param withAdditional flag indicating to include additional filters defined by the user (boolean) @return file filter list (list of strings or string) """ @@ -538,7 +538,7 @@ All Files filter (boolean) @param asString flag indicating the list should be returned as a string (boolean) - @keyparam withAdditional flag indicating to include additional filters + @param withAdditional flag indicating to include additional filters defined by the user (boolean) @return file filter list (list of strings or string) """