UI/Browser.py

changeset 2965
d133c7edd88a
parent 2763
e4794166ad70
child 3012
d177226027e2
diff -r 84b65fb9e780 -r d133c7edd88a UI/Browser.py
--- a/UI/Browser.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/UI/Browser.py	Sun Sep 29 18:22:08 2013 +0200
@@ -350,6 +350,8 @@
     def _gotoAttribute(self, act):
         """
         Protected slot to handle the selection of the goto menu.
+        
+        @param act reference to the action (E5Action)
         """
         fileName, lineno = act.data()
         self.sourceFile[str, int].emit(fileName, lineno)
@@ -517,6 +519,8 @@
     def handleProgramChange(self, fn):
         """
         Public slot to handle the programChange signal.
+        
+        @param fn file name (string)
         """
         self.__model.programChange(os.path.dirname(fn))
         

eric ide

mercurial