mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
Move classes' details above constructor
This commit is contained in:
parent
42bc9356ca
commit
c2e5748452
1 changed files with 1 additions and 1 deletions
|
@ -78,6 +78,7 @@
|
|||
<?js } else if (doc.kind === 'class' || (doc.kind === 'namespace' && doc.signature)) { ?>
|
||||
<h3>Description</h3>
|
||||
<div><?js= doc.description ?></div>
|
||||
<?js= self.partial('details.tmpl', doc) ?>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -95,7 +96,6 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<?js= self.partial('details.tmpl', doc) ?>
|
||||
|
||||
<?js if (doc.examples && doc.examples.length) { ?>
|
||||
<h3>Example<?js= doc.examples.length > 1? 's':'' ?></h3>
|
||||
|
|
Loading…
Reference in a new issue