diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/api/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/api/package.html new file mode 100644 index 000000000..5884d525f --- /dev/null +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/api/package.html @@ -0,0 +1,11 @@ + + +
+ + + +Contains the core API to be used to implement checks. If you want to +implement your own check, you should be referring to this package..
+ + + diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/package.html new file mode 100644 index 000000000..897cd2bf9 --- /dev/null +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/package.html @@ -0,0 +1,10 @@ + + + + + + +Contains the checks that are bundled with the main distribution.
+ + + diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/package.html b/src/checkstyle/com/puppycrawl/tools/checkstyle/package.html new file mode 100644 index 000000000..f235b30c6 --- /dev/null +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/package.html @@ -0,0 +1,15 @@ + + + + + + +Contains the implementation of the Checkstyle framework. Developers of +plug-ins for Checkstyle should refer to this package to configure and run +it.
+ +You should not be referring to this package if you are +implementing your own check.
+ + +