--- a/eric6/Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.py Thu Oct 01 17:39:16 2020 +0200 +++ b/eric6/Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.py Thu Oct 01 17:46:14 2020 +0200 @@ -35,14 +35,14 @@ @keyparam editMode flag indicating the edit mode (Note: in edit mode the language is fixed) @type bool - @param languages list of existing languages (if in add mode) or + @keyparam languages list of existing languages (if in add mode) or a list containing the language to be edited @type list of str - @param tabWidth tab width to be set + @keyparam tabWidth tab width to be set @type int - @param indentWidth indentation width to be set + @keyparam indentWidth indentation width to be set @type int - @param parent reference to the parent widget + @keyparam parent reference to the parent widget @type QWidget """ super(EditorLanguageTabIndentOverrideDialog, self).__init__(parent) @@ -60,6 +60,9 @@ def __populateLanguages(self, filterLanguages): """ Private method to populate the language combo boxes. + + @param filterLanguages list of languages to be filtered out + @type list of str """ import QScintilla.Lexers languages = list(