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 9c4d802 commit 3b945ebCopy full SHA for 3b945eb
templates/bootstrap.hbs
@@ -251,7 +251,7 @@ pre .hljs {
251
{{#each files}}
252
253
<li>
254
- <b>{{name}}</b>
+ <a href="#{{name}}" class="file"><b>{{name}}</b></a>
255
<ul>
256
257
{{#each methods}}
@@ -276,6 +276,8 @@ pre .hljs {
276
277
278
279
+ <a id="{{name}}" />
280
+
281
282
283
<div class="method scope-{{#if isPrivate}}private{{else}}public{{/if}}">
0 commit comments