#[[#]]# `${ruleName}`
${util.ruleSummary($ruleName, $ruleInfo)}
${ruleInfo.docString} #[[##]]# Attributes #if (!$ruleInfo.getAttributeList().isEmpty()) #foreach ($attribute in $ruleInfo.getAttributeList()) **`${attribute.name}`** *${util.attributeTypeString($attribute)}.* #if(${attribute.mandatory}) *Required.* #else *Optional.* #end #if(!${attribute.defaultValue.isEmpty()}) *Default is* `${attribute.defaultValue}`. #end $attribute.docString #end #else No attributes. #end