Sat, 23 Dec 2023 19:40:22 +0100
Converted some source code documentation to the new style.
--- 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