src/eric7/Plugins/VcsPlugins/vcsGit/GitDiffHighlighter.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitDiffHighlighter.py	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitDiffHighlighter.py	Sat Dec 23 15:40:23 2023 +0100
@@ -24,9 +24,11 @@
         """
         Constructor
 
-        @param doc reference to the text document (QTextDocument)
+        @param doc reference to the text document
+        @type QTextDocument
         @param whitespace flag indicating to highlight whitespace
-            at the end of a line (boolean)
+            at the end of a line
+        @type bool
         """
         self.whitespace = whitespace
 

eric ide

mercurial