We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cb412 commit 6ad017dCopy full SHA for 6ad017d
templates/signature.mustache
@@ -11,6 +11,22 @@
11
<ol>
12
{{#params}}
13
<li>{{{makeParams}}}: {{{makeHtml (makeLinks description)}}}</li>
14
+ {{#types}}
15
+ {{#if options.length}}
16
+ <ul class="options">
17
+ {{#options}}
18
+ <li class="option">
19
+ <h5>{{name}}
20
+ {{#if types}}<code>{{{makeTypesString types}}}</code>{{/if}}
21
+ </h5>
22
+ <div class="description">
23
+ {{{chain "makeHtml" "makeLinks" description}}}
24
+ </div>
25
+ </li>
26
+ {{/options}}
27
+ </ul>
28
+ {{/if}}
29
+ {{/types}}
30
{{/params}}
31
</ol>
32
</div>
@@ -36,4 +52,4 @@
36
52
</ul>
37
53
38
54
{{/if}}
39
-</div>
55
+</div>
0 commit comments