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.