mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
jsdoc: include parameter descriptions.
This commit is contained in:
parent
41925ea990
commit
2f67552791
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<li>
|
||||
<tt>{+ parameter.name +}: </tt>
|
||||
{+ new Link().toSymbol(parameter.type) +}
|
||||
<if test="parameter.desc">— {+processInlineTags(parameter.desc, {stripParagraphs: true})+}</if>
|
||||
<if test="parameter.defaultValue">— optional, default: <tt>{+parameter.defaultValue+}</tt></if>
|
||||
</li>
|
||||
</for>
|
||||
|
|
Loading…
Reference in a new issue