diff -r 0a2f0feac79d -r 084880ed940c Documentation/Source/eric6.eric6_browser.html --- a/Documentation/Source/eric6.eric6_browser.html Sat Dec 15 16:29:47 2018 +0100 +++ b/Documentation/Source/eric6.eric6_browser.html Sat Dec 15 16:30:36 2018 +0100 @@ -52,14 +52,19 @@ <p> Function to create the main widget. </p><dl> -<dt><i>argv</i></dt> +<dt><i>argv</i> (list of str)</dt> <dd> -list of commandline parameters (list of strings) +list of command line parameters </dd> </dl><dl> <dt>Returns:</dt> <dd> -reference to the main widget (QWidget) +reference to the main widget +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QWidget </dd> </dl> <div align="right"><a href="#top">Up</a></div>