diff -r e1b80fb11cc7 -r eaf5ed6ef298 eric6/Documentation/Source/eric6.Project.Project.html --- a/eric6/Documentation/Source/eric6.Project.Project.html Sat May 11 11:29:48 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Project.Project.html Sun May 12 15:31:23 2019 +0200 @@ -635,8 +635,8 @@ <td><a href="#Project.initFileTypes">initFileTypes</a></td> <td>Public method to initialize the filetype associations with default values.</td> </tr><tr> -<td><a href="#Project.initMenu">initMenu</a></td> -<td>Public slot to initialize the project menu.</td> +<td><a href="#Project.initMenus">initMenus</a></td> +<td>Public slot to initialize the project menus.</td> </tr><tr> <td><a href="#Project.initToolbars">initToolbars</a></td> <td>Public slot to initialize the project toolbar and the basic VCS toolbar.</td> @@ -2271,15 +2271,20 @@ <p> Public method to initialize the filetype associations with default values. -</p><a NAME="Project.initMenu" ID="Project.initMenu"></a> -<h4>Project.initMenu</h4> -<b>initMenu</b>(<i></i>) +</p><a NAME="Project.initMenus" ID="Project.initMenus"></a> +<h4>Project.initMenus</h4> +<b>initMenus</b>(<i></i>) <p> - Public slot to initialize the project menu. + Public slot to initialize the project menus. </p><dl> <dt>Returns:</dt> <dd> -the menu generated (QMenu) +tuple of generated menus +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (QMenu, QMenu) </dd> </dl><a NAME="Project.initToolbars" ID="Project.initToolbars"></a> <h4>Project.initToolbars</h4>