src/eric7/EricXML/UserProjectReader.py

branch
eric7
changeset 10423
299802979277
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/EricXML/UserProjectReader.py	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/EricXML/UserProjectReader.py	Tue Dec 19 19:57:08 2023 +0100
@@ -24,9 +24,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.
+            information into.
+        @type Project
         """
         XMLStreamReaderBase.__init__(self, device)
 

eric ide

mercurial