add show list methods
This commit is contained in:
parent
058104b10f
commit
3478e04a63
7 changed files with 1064 additions and 121 deletions
|
@ -151,6 +151,14 @@
|
|||
var methods = self.find({kind: 'function', memberof: isGlobalPage ? {isUndefined: true} : doc.longname});
|
||||
if (methods && methods.length && methods.forEach) {
|
||||
?>
|
||||
<div class="min-methods">
|
||||
<div class="title">Methods list:</div>
|
||||
<div class="list">
|
||||
<?js methods.forEach(function(m) { ?>
|
||||
<?js= self.partial('method_list.tmpl', m) ?>
|
||||
<?js }); ?>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="subsection-title methods">Methods</h3>
|
||||
<?js methods.forEach(function(m) { ?>
|
||||
<?js= self.partial('method.tmpl', m) ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue