added docs for configURL attribute

This commit is contained in:
lkuehne 2003-02-08 18:02:17 +00:00
parent 959b503f17
commit 264ae609b9
1 changed files with 7 additions and 1 deletions

View File

@ -50,7 +50,13 @@ This task is included in the checkstyle distribution.</p>
<td>config</td>
<td>Specifies a file that defines the configuration modules.
<a href="config.html">See here</a> for a descrition of how to define a configuration.</td>
<td class="required">Yes</td>
<td class="required">Exactly one of config or configURL</td>
</tr>
<tr>
<td>configURL</td>
<td>Specifies a URL that defines the configuration modules.
<a href="config.html">See here</a> for a descrition of how to define a configuration.</td>
<td class="required">Exactly one of config or configURL</td>
</tr>
<tr>
<td>properties</td>