diff --git a/docs/engine.html b/docs/engine.html index 13a7b03a5..4543fa400 100644 --- a/docs/engine.html +++ b/docs/engine.html @@ -227,10 +227,14 @@ line 4: ///////////////////////////////////////////////////////////////////////

Output Format

-

The Checkstyle engine +

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:

-This document describes the core engine of Checkstyle, including what checks it performs and what can be configured. The engine can be executed via different interfaces. The standard distribution included support for: + +

By default Checkstyle will use the plain listener.