Fixed a source docu issue.

Sat, 11 Jan 2014 12:11:39 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 11 Jan 2014 12:11:39 +0100
changeset 3191
a237994f4235
parent 3190
a9a94491c4fd
child 3192
34689c08f095

Fixed a source docu issue.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html file | annotate | diff | comparison | revisions
Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html	Sat Jan 11 11:55:33 2014 +0100
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html	Sat Jan 11 12:11:39 2014 +0100
@@ -108,7 +108,12 @@
 <b>on_tagCombo_currentIndexChanged</b>(<i>index</i>)
 <p>
         Private slot setting the local status of the selected entry.
-</p><a NAME="HgTagDialog.on_tagCombo_editTextChanged" ID="HgTagDialog.on_tagCombo_editTextChanged"></a>
+</p><dl>
+<dt><i>index</i></dt>
+<dd>
+index of the selected entrie (integer)
+</dd>
+</dl><a NAME="HgTagDialog.on_tagCombo_editTextChanged" ID="HgTagDialog.on_tagCombo_editTextChanged"></a>
 <h4>HgTagDialog.on_tagCombo_editTextChanged</h4>
 <b>on_tagCombo_editTextChanged</b>(<i>text</i>)
 <p>
--- a/Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py	Sat Jan 11 11:55:33 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py	Sat Jan 11 12:11:39 2014 +0100
@@ -73,6 +73,8 @@
     def on_tagCombo_currentIndexChanged(self, index):
         """
         Private slot setting the local status of the selected entry.
+        
+        @param index index of the selected entrie (integer)
         """
         isLocal = self.tagCombo.itemData(index)
         if isLocal:

eric ide

mercurial