JSDocs: Separate "See also" links with commas.

This commit is contained in:
Jürg Lehni 2011-06-07 00:14:47 +01:00
parent f4bf96abec
commit 5b448fbb06

View file

@ -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>