--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py Sat Dec 23 15:40:23 2023 +0100 @@ -19,10 +19,14 @@ """ Constructor - @param interval new interval in seconds (integer) - @param project reference to the project object (Project) + @param interval new interval in seconds + @type int + @param project reference to the project object + @type Project @param vcs reference to the version control object - @param parent reference to the parent object (QObject) + @type Hg + @param parent reference to the parent object + @type QObject """ VcsStatusMonitorThread.__init__(self, interval, project, vcs, parent)