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