diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksImporters.__init__.html --- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksImporters.__init__.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksImporters.__init__.html Sun Sep 29 18:23:27 2013 +0200 @@ -63,6 +63,11 @@ <dd> bookmarks importer (BookmarksImporter) </dd> +</dl><dl> +<dt>Raises <b>ValueError</b>:</dt> +<dd> +raised to indicate an unsupported importer +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> @@ -81,7 +86,13 @@ <dd> 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) + a prompt (string) and the default directory of the bookmarks + file (string) +</dd> +</dl><dl> +<dt>Raises <b>ValueError</b>:</dt> +<dd> +raised to indicate an unsupported importer </dd> </dl> <div align="right"><a href="#top">Up</a></div>