--- a/Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py Mon Oct 24 19:55:05 2016 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py Tue Oct 25 19:33:11 2016 +0200 @@ -54,7 +54,8 @@ """ Public method to generate the extension menu. - @param mainMenu reference to the main menu (QMenu) + @param mainMenu reference to the main menu + @type QMenu @return populated menu (QMenu) """ menu = QMenu(self.menuTitle(), mainMenu) @@ -69,7 +70,8 @@ """ Public method to get the menu title. - @return title of the menu (string) + @return title of the menu + @rtype str """ return self.tr("Strip")