--- a/src/eric7/EricXML/HighlightingStylesReader.py Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/EricXML/HighlightingStylesReader.py Tue Dec 19 19:57:08 2023 +0100 @@ -23,9 +23,11 @@ """ Constructor - @param device reference to the I/O device to read from (QIODevice) + @param device reference to the I/O device to read from + @type QIODevice @param lexers dictionary of lexer objects for which to import the styles + @type dict """ XMLStreamReaderBase.__init__(self, device) @@ -89,6 +91,7 @@ Private method to read the style info. @param lexer reference to the lexer object + @type Lexer """ if lexer is not None: style = self.attribute("style")