--- a/eric7/Documentation/Source/eric7.Preferences.__init__.html Tue Aug 24 18:06:48 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Preferences.__init__.html Tue Aug 24 18:10:24 2021 +0200 @@ -675,11 +675,11 @@ </p> <dl> -<dt><i>key</i></dt> +<dt><i>key</i> (str)</dt> <dd> the key of the value to get </dd> -<dt><i>prefClass</i></dt> +<dt><i>prefClass</i> (Prefs)</dt> <dd> preferences class used as the storage area </dd> @@ -690,6 +690,12 @@ the requested debugger setting </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +Any +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> @@ -2139,15 +2145,15 @@ </p> <dl> -<dt><i>key</i></dt> +<dt><i>key</i> (str)</dt> <dd> the key of the setting to be set </dd> -<dt><i>value</i></dt> +<dt><i>value</i> (Any)</dt> <dd> the value to be set </dd> -<dt><i>prefClass</i></dt> +<dt><i>prefClass</i> (Prefs)</dt> <dd> preferences class used as the storage area </dd>