From 4979d67612d4e37a1a7243c2f4eb99b427ed9225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sun, 22 Dec 2002 22:56:48 +0000 Subject: [PATCH] make it easy for the user to configure sun code conventions --- docs/config.html | 6 ++++-- docs/index.html | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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.