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

19
doc/template/tmpl/tutorial.tmpl vendored Normal file
View File

@@ -0,0 +1,19 @@
<section>
<header>
<?js if (children.length > 0) { ?>
<ul><?js
var self = this;
children.forEach(function(t) { ?>
<li><?js= self.tutoriallink(t.name) ?></li>
<?js }); ?></ul>
<?js } ?>
<h2><?js= header ?></h2>
</header>
<article>
<?js= content ?>
</article>
</section>