eric6/E5XML/HighlightingStylesReader.py

changeset 8066
1208cdae96b6
parent 8026
d3eacdbcb18b
child 8257
28146736bbfc
--- 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 = []
         

eric ide

mercurial