--- a/src/eric7/QScintilla/Exporters/ExporterODT.py Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/QScintilla/Exporters/ExporterODT.py Thu Dec 21 12:03:40 2023 +0100 @@ -26,8 +26,10 @@ """ Constructor - @param editor reference to the editor object (QScintilla.Editor.Editor) - @param parent parent object of the exporter (QObject) + @param editor reference to the editor object + @type QScintilla.Editor.Editor + @param parent parent object of the exporter + @type QObject """ ExporterBase.__init__(self, editor, parent)