| <a id="${funcInfo.functionName}"></a> |
| |
| #[[##]]# ${funcInfo.functionName} |
| |
| <pre> |
| --@rules_rust//rust/settings:${funcInfo.functionName} |
| </pre> |
| |
| ${funcInfo.docString} |
| |
| #if (!$funcInfo.getParameterList().isEmpty()) |
| **PARAMETERS** |
| |
| |
| | Name | Description | Options | |
| | :------------- | :------------- | :------------- | |
| #foreach ($param in $funcInfo.getParameterList()) |
| | <a id="${funcInfo.functionName}-${param.name}"></a>$param.name | #if(!$param.docString.isEmpty()) ${util.markdownCellFormat($param.docString)} #else <p align="center"> - </p> #end | #if(!$param.getDefaultValue().isEmpty()) ${util.markdownCodeSpan($param.defaultValue)} #else none #end| |
| #end |
| #end |
| #if (!$funcInfo.getReturn().docString.isEmpty()) |
| #end |