Removed "acceptable" adjective" for tokens
This commit is contained in:
parent
95a5040ccc
commit
86d25d78aa
|
|
@ -97,7 +97,7 @@
|
|||
<tr>
|
||||
<td>tokens</td>
|
||||
<td>definitions to check</td>
|
||||
<td>subset of acceptable tokens INTERFACE_DEF, CLASS_DEF</td>
|
||||
<td>subset of tokens INTERFACE_DEF, CLASS_DEF</td>
|
||||
<td>INTERFACE_DEF, CLASS_DEF</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -209,7 +209,7 @@
|
|||
<tr>
|
||||
<td>tokens</td>
|
||||
<td>definitions to check</td>
|
||||
<td>subset of acceptable tokens METHOD_DEF, CTOR_DEF</td>
|
||||
<td>subset of tokens METHOD_DEF, CTOR_DEF</td>
|
||||
<td>METHOD_DEF, CTOR_DEF</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -117,9 +117,9 @@
|
|||
</li>
|
||||
<li>
|
||||
Module <span class="code">TypeName</span> also has property <span class="code">tokens</span>
|
||||
which can be used to control whether the check applies to classes or interfaces.
|
||||
<span class="code">CLASS_DEF</span> and <span class="code">INTERFACE_DEF</span>
|
||||
are acceptable tokens for <span class="code">TypeName</span>.
|
||||
which can be used to control whether the check applies to classes or interfaces through
|
||||
tokens
|
||||
<span class="code">CLASS_DEF</span> and <span class="code">INTERFACE_DEF</span>.
|
||||
For example, the following configuration element ensures that
|
||||
interface names begin with <span class="code">"I_"</span>, followed by letters and digits:
|
||||
<pre class="body">
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
<h4>Properties</h4>
|
||||
|
||||
<table width="100%" border="1" cellpadding="5" class="body">
|
||||
<tr>
|
||||
<tr class="header">
|
||||
<th>name</th>
|
||||
<th>description</th>
|
||||
<th>type</th>
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
<h4>Properties</h4>
|
||||
|
||||
<table width="100%" border="1" cellpadding="5" class="body">
|
||||
<tr>
|
||||
<tr class="header">
|
||||
<th>name</th>
|
||||
<th>description</th>
|
||||
<th>type</th>
|
||||
|
|
@ -172,7 +172,7 @@
|
|||
<h4>Properties</h4>
|
||||
|
||||
<table width="100%" border="1" cellpadding="5" class="body">
|
||||
<tr>
|
||||
<tr class="header">
|
||||
<th>name</th>
|
||||
<th>description</th>
|
||||
<th>type</th>
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
<tr>
|
||||
<td>tokens</td>
|
||||
<td>blocks to check</td>
|
||||
<td>subset of acceptable tokens METHOD_DEF, CTOR_DEF</td>
|
||||
<td>subset of tokens METHOD_DEF, CTOR_DEF</td>
|
||||
<td>METHOD_DEF, CTOR_DEF</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -227,7 +227,7 @@
|
|||
<h4>Properties</h4>
|
||||
|
||||
<table width="100%" border="1" cellpadding="5" class="body">
|
||||
<tr>
|
||||
<tr class="header">
|
||||
<th>name</th>
|
||||
<th>description</th>
|
||||
<th>type</th>
|
||||
|
|
@ -242,7 +242,7 @@
|
|||
<tr>
|
||||
<td>tokens</td>
|
||||
<td>declarations to check</td>
|
||||
<td>subset of acceptable tokens METHOD_DEF, CTOR_DEF</td>
|
||||
<td>subset of tokens METHOD_DEF, CTOR_DEF</td>
|
||||
<td>METHOD_DEF, CTOR_DEF</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in New Issue