mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
JSDocs: Separate "See also" links with commas.
This commit is contained in:
parent
f4bf96abec
commit
5b448fbb06
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
<if test="data.see.length">
|
||||
<p><b>See also:</b>
|
||||
<for each="item" in="data.see">
|
||||
<tt>{+ new Link().toSymbol(item) +}</tt>
|
||||
</for>
|
||||
<for each="item" in="data.see"><if test="$item_i > 0">, </if><tt>{+ new Link().toSymbol(item) +}</tt></for>
|
||||
</p>
|
||||
</if>
|
Loading…
Reference in a new issue