paper.js/build/jsdoc-toolkit/templates/jsdoc/examples.tmpl

6 lines
No EOL
126 B
Cheetah

<if test="data.example.length">
<for each="example" in="data.example">
<p>Sample code:</p>
<pre>{+example+}</pre>
</for>
</if>