--- a/eric6/QScintilla/Exporters/ExporterHTML.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/QScintilla/Exporters/ExporterHTML.py Sat Dec 19 15:22:26 2020 +0100 @@ -44,13 +44,13 @@ """ Public method to generate HTML for the source editor. - @keyparam tabSize size of tabs (integer) - @keyparam useTabs flag indicating the use of tab characters (boolean) - @keyparam wysiwyg flag indicating colorization (boolean) - @keyparam folding flag indicating usage of fold markers - @keyparam onlyStylesUsed flag indicating to include only style + @param tabSize size of tabs (integer) + @param useTabs flag indicating the use of tab characters (boolean) + @param wysiwyg flag indicating colorization (boolean) + @param folding flag indicating usage of fold markers + @param onlyStylesUsed flag indicating to include only style definitions for styles used in the source (boolean) - @keyparam titleFullPath flag indicating to include the full file path + @param titleFullPath flag indicating to include the full file path in the title tag (boolean) @return generated HTML text (string) """