Helpviewer/Bookmarks/BookmarksImporters/FirefoxImporter.py

changeset 2954
bf0215fe12d1
parent 2403
e3d7a861547c
child 3002
6ffc581f00f1
--- a/Helpviewer/Bookmarks/BookmarksImporters/FirefoxImporter.py	Sat Sep 28 19:06:25 2013 +0200
+++ b/Helpviewer/Bookmarks/BookmarksImporters/FirefoxImporter.py	Sat Sep 28 20:07:36 2013 +0200
@@ -22,9 +22,11 @@
     """
     Module function to get information for the given source id.
     
+    @param id id of the browser ("chrome" or "chromium")
     @return tuple with an icon (QPixmap), readable name (string), name of
         the default bookmarks file (string), an info text (string),
         a prompt (string) and the default directory of the bookmarks file (string)
+    @exception ValueError raised to indicate an invalid browser ID
     """
     if id == "firefox":
         if Globals.isWindowsPlatform():

eric ide

mercurial