--- a/src/eric7/UI/ErrorLogDialog.py Thu Dec 21 15:46:22 2023 +0100 +++ b/src/eric7/UI/ErrorLogDialog.py Thu Dec 21 19:50:01 2023 +0100 @@ -25,10 +25,12 @@ """ Constructor - @param logFile name of the log file containing the error info (string) + @param logFile name of the log file containing the error info + @type str @param showMode flag indicating to just show the error log message - (boolean) - @param parent reference to the parent widget (QWidget) + @type bool + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) self.setupUi(self)