• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<a id="#${ruleName}"></a>
2
3#[[##]]# ${ruleName}
4
5<pre>
6${util.ruleSummary($ruleName, $ruleInfo)}
7</pre>
8
9${ruleInfo.docString}
10
11<b>input_template_test BOLD ATTRIBUTES</b>
12
13#[[###]]# Attributes
14
15#if (!$ruleInfo.getAttributeList().isEmpty())
16
17#foreach ($attribute in $ruleInfo.getAttributeList())
18<b>
19      <code>${attribute.name}</code>
20        ${util.attributeTypeString($attribute)}; ${util.mandatoryString($attribute)}
21</b>
22#if (!$attribute.docString.isEmpty())
23        <p>
24          ${attribute.docString.trim()}
25        </p>
26#end
27#end
28#end
29