mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 13:14:18 +02:00
Report type of callback as "function" in JSDoc
This commit is contained in:
parent
ed6407d2bd
commit
dbb964d415
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ var self = this;
|
|||
<?js returns.forEach(function(r) { ?>
|
||||
<?js= self.partial('returns.tmpl', r) ?>
|
||||
<?js });
|
||||
} ?></span>
|
||||
} ?></span>
|
||||
<?js if (data.kind === 'typedef' && data.type && data.type.names) { ?>
|
||||
<br />Type: <?js= self.partial('type.tmpl', data.type.names) ?>
|
||||
<?js } ?>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Reference in a new issue