--- a/QScintilla/Exporters/ExporterBase.py Tue Oct 15 22:03:54 2013 +0200 +++ b/QScintilla/Exporters/ExporterBase.py Fri Oct 18 23:00:41 2013 +0200 @@ -37,6 +37,7 @@ @param filter the filter string to be used (string). The filter for "All Files (*)" is appended by this method. + @return file name entered by the user (string) """ filter_ = filter filter_ += ";;" @@ -73,5 +74,8 @@ Public method performing the export. This method must be overridden by the real exporters. + + @exception NotImplementedError raised to indicate that this method + must be implemented by a subclass """ raise NotImplementedError