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:
parent
d0b47d4be4
commit
f4bdce137d
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue