Thu, 04 Feb 2021 14:35:50 +0100
HighlightingStylesReader: corrected a source docu string.
eric6/E5XML/HighlightingStylesReader.py | file | annotate | diff | comparison | revisions |
--- 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 = []