Renamed all checksXXXX.html files to configXXXX.html
This commit is contained in:
parent
a743ec6339
commit
87879a7e57
|
|
@ -1,15 +1,24 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html> <head>
|
||||
<title>Checkstyle Configuration Properties - Version @CHECKSTYLE_VERSION@</title>
|
||||
<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_reporting.html">checks_reporting.html</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>
|
||||
|
|
@ -20,6 +29,7 @@
|
|||
<li><a href="checks_whitespace.html">Checks for whitespace</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<hr>
|
||||
<p align="center">Copyright © 2002 Oliver Burn. All rights Reserved.</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
name of a file that can be used to cache details of files that pass
|
||||
Checkstyle. This can <i>significantly</i> increase the speed of checkstyle on
|
||||
successive runs. The property type is
|
||||
<a href="property_types.html#string">string</a> and defaults to
|
||||
<span class="default">null</span> (which means do not cache).</p>
|
||||
<a href="property_types.html#string">string</a> and defaults to an empty string
|
||||
(which means do not cache).</p>
|
||||
|
||||
|
||||
<h2>Localisation Support</h2>
|
||||
Loading…
Reference in New Issue