--- 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()