--- a/src/eric7/WebBrowser/Bookmarks/BookmarksImportDialog.py Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/WebBrowser/Bookmarks/BookmarksImportDialog.py Fri Dec 22 17:24:07 2023 +0100 @@ -31,7 +31,8 @@ """ Constructor - @param parent reference to the parent widget (QWidget) + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) self.setupUi(self) @@ -74,7 +75,8 @@ """ Private slot handling changes of the file to import bookmarks form. - @param txt text of the line edit (string) + @param txt text of the line edit + @type str """ self.__enableNextButton() @@ -155,6 +157,7 @@ """ Public method to get the imported bookmarks. - @return top level bookmark (BookmarkNode) + @return top level bookmark + @rtype BookmarkNode """ return self.__topLevelBookmarkNode