--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginEricapi.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginEricapi.html Sat Apr 20 18:02:35 2024 +0200 @@ -139,7 +139,7 @@ <a NAME="EricapiPlugin.__projectShowMenu" ID="EricapiPlugin.__projectShowMenu"></a> <h4>EricapiPlugin.__projectShowMenu</h4> -<b>__projectShowMenu</b>(<i>menuName, menu</i>) +<b>__projectShowMenu</b>(<i>menuName, _menu</i>) <p> Private slot called, when the the project menu or a submenu is about to be shown. @@ -151,9 +151,9 @@ <dd> name of the menu to be shown </dd> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu +reference to the menu (unused) </dd> </dl> <a NAME="EricapiPlugin.activate" ID="EricapiPlugin.activate"></a>