--- a/src/eric7/QScintilla/EditorMarkerMap.py Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/QScintilla/EditorMarkerMap.py Thu Dec 21 12:03:40 2023 +0100 @@ -20,7 +20,8 @@ """ Constructor - @param parent reference to the parent widget (QWidget) + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) @@ -62,9 +63,12 @@ """ Private method to draw an indicator. - @param line line number (integer) - @param painter reference to the painter (QPainter) - @param color color to be used (QColor) + @param line line number + @type int + @param painter reference to the painter + @type QPainter + @param color color to be used + @type QColor """ displayLine = self._controller.getVisibleLineFromDocLine(line) position = self.value2Position(displayLine) @@ -76,7 +80,8 @@ """ Protected method for painting the widget's indicators. - @param painter reference to the painter object (QPainter) + @param painter reference to the painter object + @type QPainter """ # draw indicators in reverse order of priority