src/eric7/EricXML/HighlightingStylesReader.py

branch
eric7
changeset 10423
299802979277
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r e28b89693f37 -r 299802979277 src/eric7/EricXML/HighlightingStylesReader.py
--- 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")

eric ide

mercurial