blob: d9ea3bf42a3c9166f96fee928e883d860cfc71fd [file] [log] [blame]
<a name="#${ruleName}"></a>
#[[##]]# ${ruleName}
<pre>
${util.ruleSummary($ruleName, $ruleInfo)}
</pre>
${ruleInfo.docString}
#[[###]]# Attributes
#if (!$ruleInfo.attributes.isEmpty())
<table class="params-table">
<colgroup>
<col class="col-param" />
<col class="col-description" />
</colgroup>
<tbody>
#foreach ($attribute in $ruleInfo.attributes)
<tr id="${ruleName}-${attribute.name}">
<td><code>${attribute.name}</code></td>
<td>
${util.attributeTypeString($attribute)}; ${util.mandatoryString($attribute)}
#if (!$attribute.docString.isEmpty())
<p>
${attribute.docString.trim()}
</p>
#end
</td>
</tr>
#end
</tbody>
</table>
#end