diff -r e28b89693f37 -r 299802979277 src/eric7/Documentation/Source/eric7.EricWidgets.EricSingleApplication.html --- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricSingleApplication.html Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricSingleApplication.html Tue Dec 19 19:57:08 2023 +0100 @@ -105,9 +105,9 @@ </p> <dl> -<dt><i>fname</i></dt> +<dt><i>fname</i> (str)</dt> <dd> -name of file to be opened (string) +name of file to be opened </dd> </dl> <a NAME="EricSingleApplicationClient.__openMultiProject" ID="EricSingleApplicationClient.__openMultiProject"></a> @@ -119,9 +119,9 @@ </p> <dl> -<dt><i>pfname</i></dt> +<dt><i>pfname</i> (str)</dt> <dd> -name of the projectfile to be opened (string) +name of the projectfile to be opened </dd> </dl> <a NAME="EricSingleApplicationClient.__openProject" ID="EricSingleApplicationClient.__openProject"></a> @@ -133,9 +133,9 @@ </p> <dl> -<dt><i>pfname</i></dt> +<dt><i>pfname</i> (str)</dt> <dd> -name of the projectfile to be opened (string) +name of the projectfile to be opened </dd> </dl> <a NAME="EricSingleApplicationClient.__sendArguments" ID="EricSingleApplicationClient.__sendArguments"></a> @@ -147,9 +147,9 @@ </p> <dl> -<dt><i>argsStr</i></dt> +<dt><i>argsStr</i> (str)</dt> <dd> -space delimited list of command args (string) +space delimited list of command args </dd> </dl> <a NAME="EricSingleApplicationClient.processArgs" ID="EricSingleApplicationClient.processArgs"></a> @@ -238,9 +238,9 @@ </p> <dl> -<dt><i>argsStr</i></dt> +<dt><i>argsStr</i> (str)</dt> <dd> -space delimited list of command args(string) +space delimited list of command args </dd> </dl> <a NAME="EricSingleApplicationServer.__saOpenFile" ID="EricSingleApplicationServer.__saOpenFile"></a> @@ -252,9 +252,9 @@ </p> <dl> -<dt><i>fname</i></dt> +<dt><i>fname</i> (str)</dt> <dd> -filename to be opened (string) +filename to be opened </dd> </dl> <a NAME="EricSingleApplicationServer.__saOpenMultiProject" ID="EricSingleApplicationServer.__saOpenMultiProject"></a> @@ -266,9 +266,9 @@ </p> <dl> -<dt><i>pfname</i></dt> +<dt><i>pfname</i> (str)</dt> <dd> -filename of the multi project to be opened (string) +filename of the multi project to be opened </dd> </dl> <a NAME="EricSingleApplicationServer.__saOpenProject" ID="EricSingleApplicationServer.__saOpenProject"></a> @@ -280,9 +280,9 @@ </p> <dl> -<dt><i>pfname</i></dt> +<dt><i>pfname</i> (str)</dt> <dd> -filename of the project to be opened (string) +filename of the project to be opened </dd> </dl> <a NAME="EricSingleApplicationServer.handleCommand" ID="EricSingleApplicationServer.handleCommand"></a>