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.
2 parents 57d3964 + 402e040 commit 5c70621Copy full SHA for 5c70621
templates/signature.mustache
@@ -15,13 +15,13 @@
15
{{/if}}
16
{{#returns}}
17
<div class="returns">
18
- <h3 class="returns-title">Returns</h3>
+ <h3 class="returns-title" data-skip>Returns</h3>
19
<p>{{{makeReturn}}}: {{{makeHtml (makeLinks description)}}}</p>
20
</div>
21
{{/returns}}
22
{{#if options.length}}
23
<div class="options">
24
- <h3 class="options-title">Options</h3>
+ <h3 class="options-title" data-skip>Options</h3>
25
<ul>
26
{{#options}}
27
<li>
0 commit comments