--- a/src/eric7/Documentation/Source/eric7.QScintilla.APIsManager.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.APIsManager.html Thu Dec 21 12:03:40 2023 +0100 @@ -198,7 +198,13 @@ <dl> <dt>Return:</dt> <dd> -complete filename for the Prepared APIs file (string) +complete filename for the Prepared APIs file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="APIs.cancelPreparation" ID="APIs.cancelPreparation"></a> @@ -218,7 +224,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the QsciAPIs object (QsciAPIs) +reference to the QsciAPIs object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QsciAPIs </dd> </dl> <a NAME="APIs.installedAPIFiles" ID="APIs.installedAPIFiles"></a> @@ -231,7 +243,13 @@ <dl> <dt>Return:</dt> <dd> -list of installed API files (list of strings) +list of installed API files +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <a NAME="APIs.isEmpty" ID="APIs.isEmpty"></a> @@ -244,7 +262,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating no API files have been configured (boolean) +flag indicating no API files have been configured +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="APIs.prepareAPIs" ID="APIs.prepareAPIs"></a> @@ -256,13 +280,13 @@ </p> <dl> -<dt><i>ondemand</i></dt> +<dt><i>ondemand</i> (bool)</dt> <dd> -flag indicating a requested preparation (boolean) +flag indicating a requested preparation </dd> -<dt><i>rawList</i></dt> +<dt><i>rawList</i> (list of str)</dt> <dd> -list of raw API files (list of strings) +list of raw API files </dd> </dl> <a NAME="APIs.reloadAPIs" ID="APIs.reloadAPIs"></a> @@ -326,9 +350,9 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QObject)</dt> <dd> -reference to the parent object (QObject) +reference to the parent object </dd> </dl> <a NAME="APIsManager.getAPIs" ID="APIsManager.getAPIs"></a>