mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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>
|
<li>
|
||||||
<tt>{+ parameter.name +}: </tt>
|
<tt>{+ parameter.name +}: </tt>
|
||||||
{+ new Link().toSymbol(parameter.type) +}
|
{+ 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>
|
<if test="parameter.defaultValue">— optional, default: <tt>{+parameter.defaultValue+}</tt></if>
|
||||||
</li>
|
</li>
|
||||||
</for>
|
</for>
|
||||||
|
|
Loading…
Reference in a new issue