37 lines
1.4 KiB
HTML
37 lines
1.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html>
|
|
<head>
|
|
<title>Checkstyle Configuration Properties - Version @CHECKSTYLE_VERSION@</title>
|
|
<link rel="stylesheet" type="text/css" href="mystyle.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Checkstyle Configuration Properties - Version @CHECKSTYLE_VERSION@</h1>
|
|
|
|
<p>Checkstyle is configured through a properties file. NEED TO ADD A SAMPLE PROPERTIES FILE BUT I CAN ONLY DO SO MUCH DOCUMENTATION IN ONE SITTING!!!</p>
|
|
|
|
<p>The properties for configuring the reporting mechanisms are defined in
|
|
<a href="config_reporting.html">Reporting Configuration</a>.</li>
|
|
|
|
<p>The properties for configuring the checks are specified in the
|
|
following pages:</p>
|
|
|
|
<ul>
|
|
<li><a href="config_javadoc.html">Checks For Javadoc Comments</a></li>
|
|
<li><a href="config_naming.html">Checks For Naming Conventions</a></li>
|
|
<li><a href="config_header.html">Checks For Headers</a></li>
|
|
<li><a href="config_import.html">Checks For Imports</a></li>
|
|
<li><a href="config_sizes.html">Checks For Size Violations</a></li>
|
|
<li><a href="config_whitespace.html">Checks For Whitespace</a></li>
|
|
<li><a href="config_modifiers.html">Checks For Modifiers</a></li>
|
|
<li><a href="config_blocks.html">Checks For Blocks</a></li>
|
|
<li><a href="config_misc.html">Miscellaneous Checks</a></li>
|
|
</ul>
|
|
|
|
|
|
<hr>
|
|
<p align="center">Copyright © 2002 Oliver Burn. All rights Reserved.</p>
|
|
|
|
</body>
|
|
</html>
|