From d5c5f0c7d3f6fa4f4bb981438bbb64b3d6ee777e Mon Sep 17 00:00:00 2001 From: oburn Date: Tue, 22 Jan 2002 01:22:43 +0000 Subject: [PATCH] improved comments about output format --- docs/engine.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/engine.html b/docs/engine.html index eac946c2b..dcf738d2f 100644 --- a/docs/engine.html +++ b/docs/engine.html @@ -220,15 +220,13 @@ line 4: ///////////////////////////////////////////////////////////////////////

Output Format

-

The Checkstyle engine has a flexible output mechanism inspired by ANT. Events are generated (for found errors) and are consumed by listeners that implement the AuditListener interface. The standard distribution comes with the following listeners:

+

The Checkstyle engine has a flexible output mechanism inspired by ANT. AuditEvent objects are generated (for found errors) and are consumed by listeners that implement the AuditListener interface. The standard distribution comes with the following listeners:

-

By default Checkstyle will use the plain listener.

-

Copyright © 2001 Oliver Burn. All rights Reserved.