mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Show deprecated statement in method details
This commit is contained in:
parent
ba9426e14e
commit
2b858c4ef5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ var self = this;
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<?js if (data.kind !== 'module' && data.description && !data.hideconstructor) { ?>
|
||||
<?js if (data.kind !== 'module' && !data.hideconstructor) { ?>
|
||||
<p>
|
||||
<?js= data.description ?>
|
||||
<?js= this.partial('details.tmpl', data) ?>
|
||||
|
|
Loading…
Reference in a new issue