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