diff --git a/docs/config.html b/docs/config.html index f203dd8c0..841efabe9 100644 --- a/docs/config.html +++ b/docs/config.html @@ -61,7 +61,9 @@ the configuration's hierarchy of modules and their properties. You provide a file that contains the configuration document when you invoke Checkstyle at the command line, and when you run a Checkstyle - task in ant. + task in ant. The documentation directory of the Checkstyle distribution contains + a sample configuration file sun_checks.xml which configures Checkstyle + to check for the Sun coding conventions.

Modules

@@ -438,4 +440,4 @@ Copyright © 2002 Oliver Burn. All rights Reserved.

- \ No newline at end of file + diff --git a/docs/index.html b/docs/index.html index 9f3afcec5..d44d303cf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -78,8 +78,10 @@

- By default it supports the - Sun Code Conventions. However, Checkstyle is highly configurable. + Checkstyle is highly configurable. It supports the Sun Code + Conventions, sample configuration files for other well known + conventions are provided as well.