src/eric7/EricXML/DebuggerPropertiesReader.py

branch
eric7
changeset 10423
299802979277
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/EricXML/DebuggerPropertiesReader.py	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/EricXML/DebuggerPropertiesReader.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 project Reference to the project object to store the
                 information into.
+        @type Project
         """
         XMLStreamReaderBase.__init__(self, device)
 
@@ -39,6 +41,7 @@
 
         @param quiet flag indicating quiet operations.
                 If this flag is true, no errors are reported.
+        @type bool
         """
         while not self.atEnd():
             self.readNext()

eric ide

mercurial