jsdoc template: Fix output of @return tags.

This commit is contained in:
Jonathan Puckey 2011-05-30 17:00:39 +02:00
parent 5e80be7402
commit 5b1a5229da

View file

@ -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">&nbsp;&mdash;&nbsp;</if></if>{+processInlineTags(item.desc, { stripParagraphs: true })+}</tt>
<tt><if test="defined(item.type)">{+ new Link().toSymbol(item.type) +}</tt><if test="item.desc">&nbsp;&mdash;&nbsp;</if></if>{+processInlineTags(item.desc, { stripParagraphs: true })+}
</li>
</for>
</ul>