Helpviewer/Bookmarks/NsHtmlWriter.py

changeset 2954
bf0215fe12d1
parent 2302
f29e9405c851
child 3002
6ffc581f00f1
diff -r 703452a2876f -r bf0215fe12d1 Helpviewer/Bookmarks/NsHtmlWriter.py
--- a/Helpviewer/Bookmarks/NsHtmlWriter.py	Sat Sep 28 19:06:25 2013 +0200
+++ b/Helpviewer/Bookmarks/NsHtmlWriter.py	Sat Sep 28 20:07:36 2013 +0200
@@ -33,6 +33,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
@@ -49,6 +50,7 @@
         Private method to write an Netscape HTML bookmark file.
         
         @param root root node of the bookmark tree (BookmarkNode)
+        @return flag indicating success (boolean)
         """
         self.__dev.write("<!DOCTYPE NETSCAPE-Bookmark-file-1>\n"
             "<!-- This is an automatically generated file.\n"

eric ide

mercurial