38 lines
1.4 KiB
HTML
38 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 rule checks are specified in the
|
|
following pages:</p>
|
|
|
|
<ul>
|
|
|
|
<li><a href="checks_blocks.html">Checks for blocks</a></li>
|
|
<li><a href="checks_header.html">Checks for Headers</a></li>
|
|
<li><a href="checks_javadoc.html">Checks for Javadoc comments</a></li>
|
|
<li><a href="checks_misc.html">Miscellaneous Checks</a></li>
|
|
<li><a href="checks_patterns.html">Checks for Naming Conventions</a></li>
|
|
<li><a href="checks_imports.html">Checks for Imports</a></li>
|
|
<li><a href="checks_sizes.html">Checks for size violations</a></li>
|
|
<li><a href="checks_modifiers.html">Modifier Checks</a></li>
|
|
<li><a href="checks_whitespace.html">Checks for whitespace</a></li>
|
|
</ul>
|
|
|
|
|
|
<hr>
|
|
<p align="center">Copyright © 2002 Oliver Burn. All rights Reserved.</p>
|
|
|
|
</body>
|
|
</html>
|