eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 8215
fc5d68a6889e
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,30 +18,38 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog</h1>
+
 <p>
 Module implementing a dialog showing statistical data for the last code
 style checker run.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#CodeStyleStatisticsDialog">CodeStyleStatisticsDialog</a></td>
 <td>Class implementing a dialog showing statistical data for the last code style checker run.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="CodeStyleStatisticsDialog" ID="CodeStyleStatisticsDialog"></a>
 <h2>CodeStyleStatisticsDialog</h2>
+
 <p>
     Class implementing a dialog showing statistical data for the last
     code style checker run.
@@ -49,53 +57,70 @@
 <h3>Derived from</h3>
 QDialog, Ui_CodeStyleStatisticsDialog
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#CodeStyleStatisticsDialog.__init__">CodeStyleStatisticsDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#CodeStyleStatisticsDialog.__createItem">__createItem</a></td>
 <td>Private method to create an entry in the result list.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="CodeStyleStatisticsDialog.__init__" ID="CodeStyleStatisticsDialog.__init__"></a>
 <h4>CodeStyleStatisticsDialog (Constructor)</h4>
 <b>CodeStyleStatisticsDialog</b>(<i>statistics, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>statistics</i></dt>
 <dd>
 dictionary with the statistical data
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="CodeStyleStatisticsDialog.__createItem" ID="CodeStyleStatisticsDialog.__createItem"></a>
+</dl>
+<a NAME="CodeStyleStatisticsDialog.__createItem" ID="CodeStyleStatisticsDialog.__createItem"></a>
 <h4>CodeStyleStatisticsDialog.__createItem</h4>
 <b>__createItem</b>(<i>count, code, message</i>)
+
 <p>
         Private method to create an entry in the result list.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>count</i></dt>
 <dd>
 occurrences of the issue (integer)
-</dd><dt><i>code</i></dt>
+</dd>
+<dt><i>code</i></dt>
 <dd>
 of a code style issue message (string)
-</dd><dt><i>message</i></dt>
+</dd>
+<dt><i>message</i></dt>
 <dd>
 code style issue message to be shown (string)
 </dd>

eric ide

mercurial