blob: 748994fb2f99635f8f892381509abe9a343332b4 [file] [log] [blame]
{{#hasAnnotations}}
<div>
<ol class="comma-separated metadata-annotations">
{{#annotations}}
<li class="metadata-annotation">@{{.}}</li>
{{/annotations}}
</ol>
</div>
{{/hasAnnotations}}
<span class="returntype">{{{ linkedReturnType }}}</span>
{{>name_summary}}(
{{#hasParameters}}
<br>
<div class="parameters">
{{{linkedParamsLines}}}
</div>
{{/hasParameters}}
)