added docs for EmptyStatement

This commit is contained in:
Lars Kühne 2003-05-06 05:34:49 +00:00
parent 29d0d4bd29
commit ebc06c9c2e
1 changed files with 22 additions and 0 deletions

View File

@ -49,6 +49,9 @@
<li>
<a href="#DoubleCheckedLocking">DoubleCheckedLocking</a>
</li>
<li>
<a href="#EmptyStatement">EmptyStatement</a>
</li>
</ul>
</td>
<!--Content-->
@ -404,6 +407,25 @@ public class MySingleton
<a href="config.html#treewalker">TreeWalker</a>
</p>
<!-- --> <a name="EmptyStatement"></a> <h2>EmptyStatement</h2> <h4>Description</h4>
<p class="body">
Detects empty statements (standalone ;).
</p>
<h4>Examples</h4>
<p class="body">
To configure the check:
</p>
<pre class="body">
&lt;module name=&quot;EmptyStatement&quot;/&gt;
</pre>
<h4>Package</h4>
<p class="body">
com.puppycrawl.tools.checkstyle.checks
</p>
<h4>Parent Module</h4>
<p class="body">
<a href="config.html#treewalker">TreeWalker</a>
</p>
</td>
</tr>
</table>