blob: 241cf5598cbfe1f0f9c0e37d25a3abf27a5e9634 [file] [log] [blame]
<a name="#${ruleName}"></a>
#[[##]]# ${ruleName}
<pre>
${util.ruleSummary($ruleName, $ruleInfo)}
</pre>
${ruleInfo.docString}
#[[###]]# Attributes
#if (!$ruleInfo.getAttributeList().isEmpty())
#foreach ($attribute in $ruleInfo.getAttributeList())
<code>${attribute.name}</code>
${util.attributeTypeString($attribute)}; ${util.mandatoryString($attribute)}
#if (!$attribute.docString.isEmpty())
<p>
${attribute.docString.trim()}
</p>
#end
#end
#end