Adding a JSDoc 3 template.

This commit is contained in:
Tim Schaub
2012-09-24 16:59:27 +02:00
parent c3a41c967e
commit 57d75ace5d
22 changed files with 1669 additions and 0 deletions

13
doc/template/tmpl/mainpage.tmpl vendored Normal file
View File

@@ -0,0 +1,13 @@
<?js
var self = this;
?>
<?js if (data.kind === 'package') { ?>
<h3><?js= data.name ?> <?js= data.version ?></h3>
<?js } ?>
<?js if (data.readme) { ?>
<section>
<article><?js= data.readme ?></article>
</section>
<?js } ?>