src/eric7/QScintilla/Printer.py

branch
eric7
changeset 10431
64157aeb0312
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/QScintilla/Printer.py	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/QScintilla/Printer.py	Thu Dec 21 12:03:40 2023 +0100
@@ -24,7 +24,8 @@
         """
         Constructor
 
-        @param mode mode of the printer (QPrinter.PrinterMode)
+        @param mode mode of the printer
+        @type QPrinter.PrinterMode
         """
         super().__init__(mode)
 
@@ -57,10 +58,14 @@
         """
         Public method to generate a header line.
 
-        @param painter the paint canvas (QPainter)
+        @param painter the paint canvas
+        @type QPainter
         @param drawing flag indicating that something should be drawn
-        @param area the drawing area (QRect)
-        @param pagenr the page number (int)
+        @type bool
+        @param area the drawing area
+        @type QRect
+        @param pagenr the page number
+        @type int
         """
         fn = self.docName()
 

eric ide

mercurial