diff -r e28b89693f37 -r 299802979277 src/eric7/EricXML/MultiProjectReader.py --- a/src/eric7/EricXML/MultiProjectReader.py Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/EricXML/MultiProjectReader.py Tue Dec 19 19:57:08 2023 +0100 @@ -29,9 +29,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 multiProject Reference to the multi project object to store the - information into. + information into. + @type MultiProject """ XMLStreamReaderBase.__init__(self, device)