update usage example in comments to checkstyle 3.x

This commit is contained in:
Rick Giles 2004-06-09 14:05:48 +00:00
parent c94b581367
commit cdf603dd48
2 changed files with 7 additions and 37 deletions

View File

@ -5,28 +5,13 @@
<!-- Checkstyle XML Style Sheet by Stephane Bailliez <sbailliez@apache.org> -->
<!-- Part of the Checkstyle distribution found at http://checkstyle.sourceforge.net -->
<!-- Usage (generates checkstyle_report.html): -->
<!-- <checkstyle -->
<!-- allowTabs="true" -->
<!-- allowProtected="false" -->
<!-- allowNoAuthor="false" -->
<!-- maxLineLen="132" -->
<!-- memberPattern="." -->
<!-- publicMemberPattern="^[a-z][a-zA-Z0-9]*$" -->
<!-- paramPattern="^[a-z][a-zA-Z0-9]*$" -->
<!-- constPattern="^[A-Z][A-Z0-9_]*$" -->
<!-- staticPattern="^[a-z][a-zA-Z0-9]*$" -->
<!-- typePattern="^[A-Z][a-zA-Z0-9]*$" -->
<!-- ignoreImports="true" -->
<!-- ignoreWhitespace="true" -->
<!-- ignoreBraces="false" -->
<!-- failOnViolation="false"> -->
<!-- <fileset dir="${src.dir}" includes="**/*.java"/> -->
<!-- <formatter type="plain"/> -->
<!-- <formatter type="xml" toFile="${doc.dir}/checkstyle_report.xml"/> -->
<!-- <checkstyle failonviolation="false" config="${check.config}"> -->
<!-- <fileset dir="${src.dir}" includes="**/*.java"/> -->
<!-- <formatter type="xml" toFile="${doc.dir}/checkstyle_report.xml"/> -->
<!-- </checkstyle> -->
<!-- <style basedir="${doc.dir}" destdir="${doc.dir}" -->
<!-- includes="checkstyle_report.xml" -->
<!-- style="${doc.dir}/checkstyle-noframes.xsl"/> -->
<!-- style="${doc.dir}/checkstyle-noframes-sorted.xsl"/> -->
<xsl:template match="checkstyle">
<html>

View File

@ -5,24 +5,9 @@
<!-- Checkstyle XML Style Sheet by Stephane Bailliez <sbailliez@apache.org> -->
<!-- Part of the Checkstyle distribution found at http://checkstyle.sourceforge.net -->
<!-- Usage (generates checkstyle_report.html): -->
<!-- <checkstyle -->
<!-- allowTabs="true" -->
<!-- allowProtected="false" -->
<!-- allowNoAuthor="false" -->
<!-- maxLineLen="132" -->
<!-- memberPattern="." -->
<!-- publicMemberPattern="^[a-z][a-zA-Z0-9]*$" -->
<!-- paramPattern="^[a-z][a-zA-Z0-9]*$" -->
<!-- constPattern="^[A-Z][A-Z0-9_]*$" -->
<!-- staticPattern="^[a-z][a-zA-Z0-9]*$" -->
<!-- typePattern="^[A-Z][a-zA-Z0-9]*$" -->
<!-- ignoreImports="true" -->
<!-- ignoreWhitespace="true" -->
<!-- ignoreBraces="false" -->
<!-- failOnViolation="false"> -->
<!-- <fileset dir="${src.dir}" includes="**/*.java"/> -->
<!-- <formatter type="plain"/> -->
<!-- <formatter type="xml" toFile="${doc.dir}/checkstyle_report.xml"/> -->
<!-- <checkstyle failonviolation="false" config="${check.config}"> -->
<!-- <fileset dir="${src.dir}" includes="**/*.java"/> -->
<!-- <formatter type="xml" toFile="${doc.dir}/checkstyle_report.xml"/> -->
<!-- </checkstyle> -->
<!-- <style basedir="${doc.dir}" destdir="${doc.dir}" -->
<!-- includes="checkstyle_report.xml" -->