--- a/eric6/E5XML/HighlightingStylesReader.py Thu Feb 04 14:35:13 2021 +0100 +++ b/eric6/E5XML/HighlightingStylesReader.py Thu Feb 04 14:35:50 2021 +0100 @@ -35,6 +35,9 @@ def readXML(self): """ Public method to read and parse the XML document. + + @return list of read lexer style definitions + @rtype list of dict """ self.__lexersList = []