Improve the documentation.

This commit is contained in:
Oliver Burn 2007-12-16 09:22:28 +00:00
parent 4666f796e8
commit 517d42e5ca
2 changed files with 27 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<p>
A good example of a report that can be produced using Checkstyle and
<a href="http://maven.apache.org/">Maven</a> can be <a
href="http://maven.apache.org/checkstyle-report.html">seen here</a>.
href="http://maven.apache.org/plugins/maven-checkstyle-plugin/sample-checkstyle.html">seen here</a>.
</p>
</section>

View File

@ -9,6 +9,32 @@
</properties>
<body>
<section name="Release 5.0">
<p>
The 5.x release is developed using Java 5 and requires a Java 5
platform to run. If you need run a Java 1.4 or earlier, then use
a Checkstyle 4.x release. As such, features for earlier versions
of Java will be dropped over time.
</p>
<p>New Features:</p>
<ul>
<li>
New check GenericWhitespaceCheck for ensuring the whitespace
around the Generic tokens &lt; and &gt; are correct to the
<i>typical</i> convention.
</li>
</ul>
<p>Fixed Bugs:</p>
<ul>
<li>
Stop the WhitespaceAroundCheck from checking the Generic
tokens &lt; and &gt;.
</li>
</ul>
</section>
<section name="Release 4.4">
<p>Fixed Bugs:</p>