--- a/Helpviewer/Bookmarks/XbelWriter.py Sat Sep 28 19:06:25 2013 +0200 +++ b/Helpviewer/Bookmarks/XbelWriter.py Sat Sep 28 20:07:36 2013 +0200 @@ -31,6 +31,7 @@ @param fileNameOrDevice name of the file to write (string) or device to write to (QIODevice) @param root root node of the bookmark tree (BookmarkNode) + @return flag indicating success (boolean) """ if isinstance(fileNameOrDevice, QIODevice): f = fileNameOrDevice @@ -47,6 +48,7 @@ Private method to write an XBEL bookmark file. @param root root node of the bookmark tree (BookmarkNode) + @return flag indicating success (boolean) """ self.writeStartDocument() self.writeDTD("<!DOCTYPE xbel>")