Skip to content

Commit 5c70621

Browse files
authored
Merge pull request #564 from canjs/remove-headings-from-toc
Remove headings from TOC
2 parents 57d3964 + 402e040 commit 5c70621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/signature.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
{{/if}}
1616
{{#returns}}
1717
<div class="returns">
18-
<h3 class="returns-title">Returns</h3>
18+
<h3 class="returns-title" data-skip>Returns</h3>
1919
<p>{{{makeReturn}}}: {{{makeHtml (makeLinks description)}}}</p>
2020
</div>
2121
{{/returns}}
2222
{{#if options.length}}
2323
<div class="options">
24-
<h3 class="options-title">Options</h3>
24+
<h3 class="options-title" data-skip>Options</h3>
2525
<ul>
2626
{{#options}}
2727
<li>

0 commit comments

Comments
 (0)