Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html

changeset 2929
28ab0bc63d69
parent 2897
45a5370f89a8
child 3056
9986ec0e559a
diff -r 4f74d3f595ce -r 28ab0bc63d69 Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html
--- a/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html	Sun Sep 22 19:47:04 2013 +0200
+++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html	Mon Sep 23 19:32:25 2013 +0200
@@ -67,7 +67,7 @@
 </table>
 <a NAME="Pep8Py2Checker.__init__" ID="Pep8Py2Checker.__init__"></a>
 <h4>Pep8Py2Checker (Constructor)</h4>
-<b>Pep8Py2Checker</b>(<i>filename, lines, repeat=False, select="", ignore="", max_line_length=79, hang_closing=False</i>)
+<b>Pep8Py2Checker</b>(<i>filename, lines, repeat=False, select="", ignore="", max_line_length=79, hang_closing=False, docType="pep257"</i>)
 <p>
         Constructor
 </p><dl>
@@ -95,6 +95,10 @@
 <dd>
 flag indicating to allow hanging closing
             brackets (boolean)
+</dd><dt><i>docType=</i></dt>
+<dd>
+type of the documentation strings
+            (string, one of 'eric' or 'pep257')
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial