diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -78,13 +78,13 @@ </p> <dl> -<dt><i>recursive</i></dt> +<dt><i>recursive</i> (bool)</dt> <dd> flag indicating a recursive set is requested </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="SvnPropSetDialog.getData" ID="SvnPropSetDialog.getData"></a> @@ -97,9 +97,14 @@ <dl> <dt>Return:</dt> <dd> -tuple of three values giving the property name, the text - of the property and a flag indicating, that this property - should be applied recursively. (string, string, boolean) +tuple containing the property name, the text of the property and + a flag indicating, that this property should be applied recursively. +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, bool) </dd> </dl> <div align="right"><a href="#top">Up</a></div>