working on cleaning up the Javadoc. The dream is to have a

low maintenance solution for documentation.
I do miss coding already. ;-|
This commit is contained in:
Oliver Burn 2002-11-26 04:54:07 +00:00
parent d0b47d4be4
commit f4bdce137d
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head></head>
<body>
<p>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..</p>
</body>
</html>

View File

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head></head>
<body>
<p>Contains the checks that are bundled with the main distribution.</p>
</body>
</html>

View File

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head></head>
<body>
<p>Contains the implementation of the Checkstyle framework. Developers of
plug-ins for Checkstyle should refer to this package to configure and run
it.</p>
<p>You should <strong>not be</strong> referring to this package if you are
implementing your own check.</p>
</body>
</html>