From 87879a7e57e1b510afe6a42e6eac00e330d4835a Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Wed, 4 Sep 2002 11:55:19 +0000 Subject: [PATCH] Renamed all checksXXXX.html files to configXXXX.html --- docs/config.html | 16 +++++++++++++--- ...ecks_reporting.html => config_reporting.html} | 4 ++-- 2 files changed, 15 insertions(+), 5 deletions(-) rename docs/{checks_reporting.html => config_reporting.html} (93%) diff --git a/docs/config.html b/docs/config.html index 56a43a3fb..3b84dd9c3 100644 --- a/docs/config.html +++ b/docs/config.html @@ -1,15 +1,24 @@ - -Checkstyle Configuration Properties - Version @CHECKSTYLE_VERSION@ + + + Checkstyle Configuration Properties - Version @CHECKSTYLE_VERSION@ +

Checkstyle Configuration Properties - Version @CHECKSTYLE_VERSION@

+

Checkstyle is configured through a properties file. NEED TO ADD A SAMPLE PROPERTIES FILE BUT I CAN ONLY DO SO MUCH DOCUMENTATION IN ONE SITTING!!!

+ +

The properties for configuring the reporting mechanisms are defined in +Reporting Configuration. + +

The properties for configuring the rule checks are specified in the +following pages:

+ +

Copyright © 2002 Oliver Burn. All rights Reserved.

diff --git a/docs/checks_reporting.html b/docs/config_reporting.html similarity index 93% rename from docs/checks_reporting.html rename to docs/config_reporting.html index e727cce1e..57d658b3e 100644 --- a/docs/checks_reporting.html +++ b/docs/config_reporting.html @@ -14,8 +14,8 @@ name of a file that can be used to cache details of files that pass Checkstyle. This can significantly increase the speed of checkstyle on successive runs. The property type is -string and defaults to -null (which means do not cache).

+string and defaults to an empty string +(which means do not cache).

Localisation Support