blob: 8bc33914d93875d4d0e0c4a5fc22352f0eb0d2e0 [file] [log] [blame]
<a name="#${aspectName}"></a>
#[[##]]# ${aspectName}
<pre>
${util.aspectSummary($aspectName, $aspectInfo)}
</pre>
$aspectInfo.getDocString()
**ASPECT ATTRIBUTES**
#if (!$aspectInfo.getAspectAttributeList().isEmpty())
| Name | Type |
| :-------------: | :-------------: |
#foreach ($aspectAttribute in $aspectInfo.getAspectAttributeList())
| $aspectAttribute| String |
#end
#end
**ATTRIBUTES**
#if (!$aspectInfo.getAttributeList().isEmpty())
| Name | Description | Type | Mandatory | Default |
| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
#foreach ($attribute in $aspectInfo.getAttributeList())
| $attribute.name | #if(!$attribute.docString.isEmpty()) ${util.markdownCellFormat($attribute.docString)} #else - #end | ${util.attributeTypeString($attribute)} | ${util.mandatoryString($attribute)} | $attribute.defaultValue |
#end
#end