--- a/Documentation/Source/eric5.QScintilla.Exporters.__init__.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.QScintilla.Exporters.__init__.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.QScintilla.Exporters.__init__</h1> <p> -Package implementing exporters for various file formats. +Package implementing exporters for various file formats. </p> <h3>Global Attributes</h3> <table> @@ -36,10 +36,10 @@ <table> <tr> <td><a href="#getExporter">getExporter</a></td> -<td>Module function to instantiate an exporter object for a given format.</td> +<td>Module function to instantiate an exporter object for a given format.</td> </tr><tr> <td><a href="#getSupportedFormats">getSupportedFormats</a></td> -<td>Module function to get a dictionary of supported exporters.</td> +<td>Module function to get a dictionary of supported exporters.</td> </tr> </table> <hr /><hr /> @@ -47,19 +47,19 @@ <h2>getExporter</h2> <b>getExporter</b>(<i>format, editor</i>) <p> - Module function to instantiate an exporter object for a given format. + Module function to instantiate an exporter object for a given format. </p><dl> <dt><i>format</i></dt> <dd> -format of the exporter (string) +format of the exporter (string) </dd><dt><i>editor</i></dt> <dd> -reference to the editor object (QScintilla.Editor.Editor) +reference to the editor object (QScintilla.Editor.Editor) </dd> </dl><dl> <dt>Returns:</dt> <dd> -reference to the instanciated exporter object (QScintilla.Exporter.Exporter) +reference to the instanciated exporter object (QScintilla.Exporter.Exporter) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -68,13 +68,13 @@ <h2>getSupportedFormats</h2> <b>getSupportedFormats</b>(<i></i>) <p> - Module function to get a dictionary of supported exporters. + Module function to get a dictionary of supported exporters. </p><dl> <dt>Returns:</dt> <dd> -dictionary of supported exporters. The keys are the - internal format names. The items are the display strings - for the exporters (string) +dictionary of supported exporters. The keys are the + internal format names. The items are the display strings + for the exporters (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>