Fix for 1289067 - removing docs about usage.

This commit is contained in:
Oleg Sukhodolsky 2005-09-15 10:41:56 +00:00
parent b046184f90
commit 8f46a8cf8c
3 changed files with 0 additions and 31 deletions

View File

@ -20,8 +20,3 @@
</p>
</body>
</document>

View File

@ -210,8 +210,3 @@
</body>
</document>

View File

@ -47,26 +47,5 @@
</p>
</section>
<section name="Usage">
<p>
Optional checks are distributed in jar file <span
class="code">checkstyle-optional-@CHECKSTYLE_VERSION@.jar</span>
and, in order to use an optional check, this jar file must be in
the classpath. For example, this is a command to run Checkstyle
with a configuration that contains optional checks:
</p>
<source>
java -classpath checkstyle-optional-@CHECKSTYLE_VERSION@.jar:checkstyle-all-@CHECKSTYLE_VERSION@.jar \
com.puppycrawl.tools.checkstyle.Main \
-c config.xml -r .
</source>
<p>
Please consult <a href="cmdline.html">Command Line</a> and <a
href="anttask.html">ANT Task</a> documentation for further usage
information.
</p>
</section>
</body>
</document>