Adding a JSDoc 3 template.
This commit is contained in:
16
doc/template/tmpl/exceptions.tmpl
vendored
Normal file
16
doc/template/tmpl/exceptions.tmpl
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?js if (data.description) { ?>
|
||||
<div class="param-desc">
|
||||
<?js= description ?>
|
||||
</div>
|
||||
<?js } ?>
|
||||
|
||||
<?js if (data.type && data.type.names) {?>
|
||||
<dl>
|
||||
<dt>
|
||||
Type
|
||||
</dt>
|
||||
<dd>
|
||||
<?js= this.partial('type.tmpl', data.type.names) ?>
|
||||
</dd>
|
||||
</dl>
|
||||
<?js } ?>
|
||||
Reference in New Issue
Block a user