21 lines
594 B
Plaintext
21 lines
594 B
Plaintext
<a name="#${funcInfo.functionName}"></a>
|
|
|
|
#[[##]]# ${funcInfo.functionName}
|
|
|
|
<pre>
|
|
${util.funcSummary($funcInfo)}
|
|
</pre>
|
|
|
|
${funcInfo.docString}
|
|
|
|
**PARAMETERS**
|
|
|
|
#if (!$funcInfo.getParameterList().isEmpty())
|
|
|
|
| Name | Description | Default Value |
|
|
| :-------------: | :-------------: | :-------------: |
|
|
#foreach ($param in $funcInfo.getParameterList())
|
|
| $param.name | #if(!$param.docString.isEmpty()) ${util.markdownCellFormat($param.docString)} #else <p align="center"> - </p> #end | #if(!$param.getDefaultValue().isEmpty()) <code>$param.getDefaultValue()</code> #else none #end|
|
|
#end
|
|
#end
|