summaryrefslogtreecommitdiff
path: root/support/jsdoc/theme/tmpl/source.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'support/jsdoc/theme/tmpl/source.tmpl')
-rw-r--r--support/jsdoc/theme/tmpl/source.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/jsdoc/theme/tmpl/source.tmpl b/support/jsdoc/theme/tmpl/source.tmpl
new file mode 100644
index 0000000..e559b5d
--- /dev/null
+++ b/support/jsdoc/theme/tmpl/source.tmpl
@@ -0,0 +1,8 @@
+<?js
+ var data = obj;
+?>
+ <section>
+ <article>
+ <pre class="prettyprint source linenums"><code><?js= data.code ?></code></pre>
+ </article>
+ </section> \ No newline at end of file