whs.js/docs/template/tmpl/returns.tmpl
Alexander Buzin e5502b64c1 New design
Former-commit-id: 80dee6f535d2e2bb61a93319e253c054119ede3a
2017-06-17 23:27:21 +03:00

16 lines
323 B
Cheetah

<?js var data = obj || {}; ?>
<?js if (data.type && data.type.names) {?>
<dl class="param-type">
<dt>
Type:
</dt>
<dd>
<?js= this.partial('type.tmpl', data.type.names) ?>
</dd>
</dl>
<?js } ?>
<?js if (data.description) { ?>
<div class="param-desc">
<?js= description ?>
</div>
<?js } ?>