Closed GoogleCodeExporter closed 8 years ago
I assume you are referring to the output of "jsdoc" template. In fact you can
get an array of examples from a
symbol very easily, just add the following to your own template:
<for each="example" in="someSymbolHere.comment.getTag('example')">
<pre>{+ example +}</pre>
</for>
Since you have this option, and I encourage people to customize their own
templates, I'm not going to modify
the jsdoc template.
Original comment by micmath
on 27 May 2008 at 6:14
Original issue reported on code.google.com by
herz...@gmail.com
on 27 May 2008 at 11:58