mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-02-01 16:45:41 +00:00
28 lines
664 B
Plaintext
28 lines
664 B
Plaintext
<dl class="params detail-list">
|
|
{{#returns}}
|
|
|
|
<dt{{#first?}} class="first"{{/first?}}></dt>
|
|
|
|
<dd>
|
|
<dl class="param-properties">
|
|
{{#type}}
|
|
<dt>
|
|
<span>Type</span>
|
|
</dt>
|
|
<dd>
|
|
{{#names}}
|
|
<span class="param-type">{{#linkTo}}{{.}}{{/linkTo}}</span>{{^last?}} | {{/last?}}{{#last?}} {{/last?}}
|
|
{{/names}}
|
|
</dd>
|
|
{{/type}}
|
|
</dl>
|
|
|
|
{{#description}}
|
|
<div class="param-desc">
|
|
{{description}}
|
|
</div>
|
|
{{/description}}
|
|
</dd>
|
|
|
|
{{/returns}}
|
|
</dl> |