Converted some source code documentation to the new style.

Sat, 23 Dec 2023 19:40:22 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 23 Dec 2023 19:40:22 +0100
changeset 41
afe67fcf2a19
parent 40
c187d961ee3a
child 42
24ed3e1583dc

Converted some source code documentation to the new style.

ExtensionProtobuf/Documentation/source/Plugin_Extension_Protobuf.ExtensionProtobuf.ProjectProtocolsBrowser.html file | annotate | diff | comparison | revisions
ExtensionProtobuf/ProjectProtocolsBrowser.py file | annotate | diff | comparison | revisions
--- a/ExtensionProtobuf/Documentation/source/Plugin_Extension_Protobuf.ExtensionProtobuf.ProjectProtocolsBrowser.html	Sat Dec 23 15:48:47 2023 +0100
+++ b/ExtensionProtobuf/Documentation/source/Plugin_Extension_Protobuf.ExtensionProtobuf.ProjectProtocolsBrowser.html	Sat Dec 23 19:40:22 2023 +0100
@@ -418,9 +418,9 @@
 </p>
 <dl>
 
-<dt><i>coord</i></dt>
+<dt><i>coord</i> (QPoint)</dt>
 <dd>
-the position of the mouse pointer (QPoint)
+the position of the mouse pointer
 </dd>
 </dl>
 <a NAME="ProjectProtocolsBrowser._createPopupMenus" ID="ProjectProtocolsBrowser._createPopupMenus"></a>
--- a/ExtensionProtobuf/ProjectProtocolsBrowser.py	Sat Dec 23 15:48:47 2023 +0100
+++ b/ExtensionProtobuf/ProjectProtocolsBrowser.py	Sat Dec 23 19:40:22 2023 +0100
@@ -433,7 +433,8 @@
         """
         Protected slot to show the context menu.
 
-        @param coord the position of the mouse pointer (QPoint)
+        @param coord the position of the mouse pointer
+        @type QPoint
         """
         if not self.project.isOpen():
             return

eric ide

mercurial