mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-11 02:58:03 +02:00
Made sure ctrlaltdavid's changes made it into my repo
This commit is contained in:
parent
b8b7dbf681
commit
55bdc7d2a6
1 changed files with 5 additions and 1 deletions
|
@ -94,6 +94,10 @@
|
|||
</table>
|
||||
<?js= self.partial('details.tmpl', doc) ?>
|
||||
|
||||
<?js if (doc.examples && doc.examples.length) { ?>
|
||||
<h3>Example<?js= doc.examples.length > 1? 's':'' ?></h3>
|
||||
<?js= self.partial('examples.tmpl', doc.examples) ?>
|
||||
<?js } ?>
|
||||
<?js } else { ?>
|
||||
<h3>Description</h3>
|
||||
<?js if (doc.description) { ?>
|
||||
|
@ -184,7 +188,7 @@
|
|||
<h3 class="subsection-title">Members</h3>
|
||||
|
||||
<?js members.forEach(function(p) { ?>
|
||||
<?js= self.partial('members.tmpl', p) ?>
|
||||
<?js= self.partial('method.tmpl', p) ?>
|
||||
<?js }); ?>
|
||||
<?js } ?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue