Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py

changeset 2962
d6c9d1ca2da4
parent 2302
f29e9405c851
child 3008
7848489bcb92
--- a/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py	Sun Sep 29 14:22:08 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py	Sun Sep 29 15:08:57 2013 +0200
@@ -62,7 +62,7 @@
         Note: Derived class must implement this method.
         
         @param mainMenu reference to the main menu (QMenu)
-        @return populated menu (QMenu)
+        @ireturn populated menu (QMenu)
         @exception NotImplementedError raised if the class has not been reimplemente
         """
         raise NotImplementedError
@@ -73,7 +73,7 @@
         
         Note: Derived class must implement this method.
         
-        @return title of the menu (string)
+        @ireturn title of the menu (string)
         @exception NotImplementedError raised if the class has not been reimplemente
         """
         raise NotImplementedError

eric ide

mercurial