mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
jsdoc template: Fix output of @return tags.
This commit is contained in:
parent
5e80be7402
commit
5b1a5229da
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<ul><b>Returns:</b>
|
||||
<for each="item" in="data.returns">
|
||||
<li>
|
||||
<tt><if test="defined(item.type)">{+ new Link().toSymbol(item.type) +}<if test="item.desc"> — </if></if>{+processInlineTags(item.desc, { stripParagraphs: true })+}</tt>
|
||||
<tt><if test="defined(item.type)">{+ new Link().toSymbol(item.type) +}</tt><if test="item.desc"> — </if></if>{+processInlineTags(item.desc, { stripParagraphs: true })+}
|
||||
</li>
|
||||
</for>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue