--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAPIsPage.html Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAPIsPage.html Wed Dec 20 14:58:58 2023 +0100 @@ -213,7 +213,13 @@ <dl> <dt>Return:</dt> <dd> -list of api filenames (list of strings) +list of api filenames +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <a NAME="EditorAPIsPage.__fillApisList" ID="EditorAPIsPage.__fillApisList"></a> @@ -270,9 +276,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the line edit (string) +text of the line edit </dd> </dl> <a NAME="EditorAPIsPage.on_apiLanguageComboBox_activated" ID="EditorAPIsPage.on_apiLanguageComboBox_activated"></a> @@ -349,7 +355,7 @@ <dl> <dt>Return Type:</dt> <dd> -tuple of int and int +tuple of (int, int) </dd> </dl> <a NAME="EditorAPIsPage.setState" ID="EditorAPIsPage.setState"></a> @@ -361,7 +367,7 @@ </p> <dl> -<dt><i>state</i></dt> +<dt><i>state</i> (tuple of (int, int))</dt> <dd> state data generated by saveState </dd> @@ -378,7 +384,7 @@ </p> <dl> -<dt><i>dlg</i></dt> +<dt><i>dlg</i> (ConfigurationDialog)</dt> <dd> reference to the configuration dialog </dd> @@ -386,7 +392,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the instantiated page (ConfigurationPageBase) +reference to the instantiated page +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +ConfigurationPageBase </dd> </dl> <div align="right"><a href="#top">Up</a></div>