From 8f46a8cf8c74ac16d7a366d1ffcfebfe21ebf178 Mon Sep 17 00:00:00 2001 From: Oleg Sukhodolsky Date: Thu, 15 Sep 2005 10:41:56 +0000 Subject: [PATCH] Fix for 1289067 - removing docs about usage. --- src/xdocs/checks.xml | 5 ----- src/xdocs/index.xml | 5 ----- src/xdocs/optional.xml | 21 --------------------- 3 files changed, 31 deletions(-) diff --git a/src/xdocs/checks.xml b/src/xdocs/checks.xml index 00651a7aa..544c3b292 100644 --- a/src/xdocs/checks.xml +++ b/src/xdocs/checks.xml @@ -20,8 +20,3 @@

- - - - - diff --git a/src/xdocs/index.xml b/src/xdocs/index.xml index 9e1afce3c..c01386cc3 100644 --- a/src/xdocs/index.xml +++ b/src/xdocs/index.xml @@ -210,8 +210,3 @@ - - - - - diff --git a/src/xdocs/optional.xml b/src/xdocs/optional.xml index 88a0e076f..a4c814e81 100755 --- a/src/xdocs/optional.xml +++ b/src/xdocs/optional.xml @@ -47,26 +47,5 @@

-
-

- Optional checks are distributed in jar file checkstyle-optional-@CHECKSTYLE_VERSION@.jar - 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: -

- - -java -classpath checkstyle-optional-@CHECKSTYLE_VERSION@.jar:checkstyle-all-@CHECKSTYLE_VERSION@.jar \ - com.puppycrawl.tools.checkstyle.Main \ - -c config.xml -r . - - -

- Please consult Command Line and ANT Task documentation for further usage - information. -

-