diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/blocks/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/blocks/package.html index b0d099442..3308558e6 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/blocks/package.html +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/blocks/package.html @@ -4,7 +4,9 @@ -

Contains the Block checks that are bundled with the main distribution.

+

+Contains the Block checks that are bundled with the main distribution. +

diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/package.html index fb165fc0a..73c68fde6 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/package.html +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/package.html @@ -4,7 +4,9 @@ -

Contains the Coding checks that are bundled with the main distribution.

+

+Contains the Coding checks that are bundled with the main distribution. +

diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/design/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/design/package.html index af460f510..7a7f4bf15 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/design/package.html +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/design/package.html @@ -4,7 +4,7 @@ -

Contains the Design checks that are bundled with the main distribution.

+

Contains the Class Design checks that are bundled with the main distribution.

diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/duplicates/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/duplicates/package.html index c4b0deca7..e4b5e21a4 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/duplicates/package.html +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/duplicates/package.html @@ -1,6 +1,6 @@ -Checks that search for duplicate code. +Duplicate code detection.

There are many trade-offs when writing a duplicate code detection tool. Some of the conflicting goals are: diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/imports/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/imports/package.html index 9c5a5cb18..1545668a9 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/imports/package.html +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/imports/package.html @@ -4,7 +4,7 @@ -

Contains the Import checks that are bundled with the main distribution.

+

Contains the Imports checks that are bundled with the main distribution.

diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/indentation/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/indentation/package.html index 3f7c2fc4a..356e23d19 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/indentation/package.html +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/indentation/package.html @@ -4,7 +4,7 @@ -

Contains all classes required for the indentation check.

+

Contains all classes required for the indentation check.

diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/metrics/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/metrics/package.html index 8b0954dcc..d7a417ab1 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/metrics/package.html +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/metrics/package.html @@ -4,7 +4,7 @@ -

Contains the Metrics checks that are bundled with the main distribution.

+

Contains the Metrics checks that are bundled with the main distribution.

diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/naming/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/naming/package.html index ca0f1904a..be8593e19 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/naming/package.html +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/naming/package.html @@ -4,7 +4,7 @@ -

Contains the Naming checks that are bundled with the main distribution.

+

Contains the Naming conventions checks that are bundled with the main distribution.

diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/sizes/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/sizes/package.html index ffde601fe..2d1ee81ae 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/sizes/package.html +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/sizes/package.html @@ -4,7 +4,7 @@ -

Contains the Size checks that are bundled with the main distribution.

+

Contains the Size Violations checks that are bundled with the main distribution.

diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/whitespace/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/whitespace/package.html index 7d3e3bb4a..7a7bf966d 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/whitespace/package.html +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/whitespace/package.html @@ -4,7 +4,7 @@ -

Contains the Whitespace checks that are bundled with the main distribution.

+

Contains the Whitespace checks that are bundled with the main distribution.