diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html --- a/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html Sat Jan 16 16:51:23 2021 +0100 @@ -355,7 +355,7 @@ Public method to get the description of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> description of the script (string) </dd> @@ -368,7 +368,7 @@ Public method to get the download URL of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> download URL of the script (QUrl) </dd> @@ -381,7 +381,7 @@ Public method to get the list of excluded URLs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of excluded URLs (list of strings) </dd> @@ -394,7 +394,7 @@ Public method to get the path of the Javascript file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the Javascript file (string) </dd> @@ -407,7 +407,7 @@ Public method to get the full name of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> full name of the script (string) </dd> @@ -420,7 +420,7 @@ Public method to get the icon of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script icon </dd> @@ -439,7 +439,7 @@ Public method to get the icon URL of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon URL of the script (QUrl) </dd> @@ -452,7 +452,7 @@ Public method to get the list of included URLs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of included URLs (list of strings) </dd> @@ -465,7 +465,7 @@ Public method to check, if the script is enabled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an enabled state (boolean) </dd> @@ -478,7 +478,7 @@ Public method to get the updating flag. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> updating flag </dd> @@ -497,7 +497,7 @@ Public method to check the validity of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a valid script (boolean) </dd> @@ -510,7 +510,7 @@ Public method to get the name of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the script (string) </dd> @@ -523,7 +523,7 @@ Public method to get the name space of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name space of the script (string) </dd> @@ -536,7 +536,7 @@ Public method to get the noFrames flag. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to not run on sub frames </dd> @@ -555,7 +555,7 @@ Public method to get the list of required scripts. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of required scripts (list of strings) </dd> @@ -582,7 +582,7 @@ Public method to get the start point of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> start point of the script (DocumentStart or DocumentEnd) </dd> @@ -602,7 +602,7 @@ Public method to get the update URL of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> update URL of the script (QUrl) </dd> @@ -615,7 +615,7 @@ Public method to get the version of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version of the script (string) </dd> @@ -628,7 +628,7 @@ Public method to create a script object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared script object </dd>