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 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).