blob: aee2b9853f98191f32d21ff17ca41822659d9204 [file]
#[[##]]# ${ruleName}
**USAGE**
<pre>
${util.ruleSummary($ruleName, $ruleInfo)}
</pre>
$ruleInfo.docString
**ATTRIBUTES**
#if (!$ruleInfo.getAttributeList().isEmpty())
#foreach ($attribute in $ruleInfo.getAttributeList())
<h4 id="${ruleName}-${attribute.name}">${attribute.name}</h4>
(*${util.attributeTypeString($attribute)}#if( $attribute.mandatory ), mandatory#end*)#if (!$attribute.docString.isEmpty()): ${attribute.docString.trim()}#end
#if (!$attribute.getProviderNameGroupList().isEmpty())
The dependencies of this attribute must provide: ${util.attributeProviders($attribute)}
#end
#if( !$attribute.defaultValue.isEmpty() )
Defaults to `$attribute.defaultValue`#end
#end
#end