--- a/eric6/Documentation/Source/eric6.Preferences.__init__.html Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.__init__.html Sun Dec 20 12:35:26 2020 +0100 @@ -198,7 +198,7 @@ <td>Module function to retrieve the various Qt settings.</td> </tr> <tr> -<td><a href="#getQt5DocDir">getQt5DocDir</a></td> +<td><a href="#getQtDocDir">getQtDocDir</a></td> <td>Module function to retrieve the Qt5DocDir setting.</td> </tr> <tr> @@ -1518,15 +1518,19 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> -<a NAME="getQt5DocDir" ID="getQt5DocDir"></a> -<h2>getQt5DocDir</h2> -<b>getQt5DocDir</b>(<i>prefClass=Prefs</i>) +<a NAME="getQtDocDir" ID="getQtDocDir"></a> +<h2>getQtDocDir</h2> +<b>getQtDocDir</b>(<i>version, prefClass=Prefs</i>) <p> Module function to retrieve the Qt5DocDir setting. </p> <dl> +<dt><i>Qt</i> (int)</dt> +<dd> +version to get documentation directory for +</dd> <dt><i>prefClass</i></dt> <dd> preferences class used as the storage area @@ -1535,7 +1539,13 @@ <dl> <dt>Returns:</dt> <dd> -the requested Qt5DocDir setting (string) +the requested Qt5DocDir setting +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>