added docs for configURL attribute
This commit is contained in:
parent
959b503f17
commit
264ae609b9
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue