|
7 | 7 | {{#class.hasConstants}}
|
8 | 8 | <li class="section-title"><a href="#constants">Constants</a></li>
|
9 | 9 | {{#class.constants}}
|
10 |
| - <li><a href="{{class.href}}#{{htmlId}}">{{name}}</a></li> |
| 10 | + <li><a href="{{href}}">{{name}}</a></li> |
11 | 11 | {{/class.constants}}
|
12 | 12 | {{/class.hasConstants}}
|
13 | 13 |
|
14 | 14 | {{#class.hasStaticProperties}}
|
15 | 15 | <li class="section-title"><a href="#static-properties">Static properties</a></li>
|
16 | 16 | {{#class.staticProperties}}
|
17 |
| - <li><a href="{{class.href}}#{{htmlId}}">{{name}}</a></li> |
| 17 | + <li><a href="{{href}}">{{name}}</a></li> |
18 | 18 | {{/class.staticProperties}}
|
19 | 19 | {{/class.hasStaticProperties}}
|
20 | 20 |
|
21 | 21 | {{#class.hasStaticMethods}}
|
22 | 22 | <li class="section-title"><a href="#static-methods">Static methods</a></li>
|
23 | 23 | {{#class.staticMethods}}
|
24 |
| - <li><a href="{{class.href}}#{{htmlId}}">{{name}}</a></li> |
| 24 | + <li><a href="{{href}}">{{name}}</a></li> |
25 | 25 | {{/class.staticMethods}}
|
26 | 26 | {{/class.hasStaticMethods}}
|
27 | 27 |
|
28 | 28 | {{#class.hasInstanceProperties}}
|
29 | 29 | <li class="section-title"><a href="#instance-properties">Properties</a></li>
|
30 | 30 | {{#class.instanceProperties}}
|
31 |
| - <li><a href="{{class.href}}#{{htmlId}}">{{name}}</a></li> |
| 31 | + <li><a href="{{href}}">{{name}}</a></li> |
32 | 32 | {{/class.instanceProperties}}
|
33 | 33 | {{#class.inheritedProperties}}
|
34 |
| - <li><a href="{{class.href}}#{{htmlId}}">{{name}}</a></li> |
| 34 | + <li><a href="{{href}}">{{name}}</a></li> |
35 | 35 | {{/class.inheritedProperties}}
|
36 | 36 | {{/class.hasInstanceProperties}}
|
37 | 37 |
|
38 | 38 | {{#class.hasConstructors}}
|
39 | 39 | <li class="section-title"><a href="#constructors">Constructors</a></li>
|
40 | 40 | {{#class.constructors}}
|
41 |
| - <li><a href="{{class.href}}#{{htmlId}}">{{name}}</a></li> |
| 41 | + <li><a href="{{href}}">{{name}}</a></li> |
42 | 42 | {{/class.constructors}}
|
43 | 43 | {{/class.hasConstructors}}
|
44 | 44 |
|
45 | 45 | {{#class.hasOperators}}
|
46 | 46 | <li class="section-title"><a href="#operators">Operators</a></li>
|
47 | 47 | {{#class.operators}}
|
48 |
| - <li><a href="{{class.href}}#{{htmlId}}">{{name}}</a></li> |
| 48 | + <li><a href="{{href}}">{{name}}</a></li> |
49 | 49 | {{/class.operators}}
|
50 | 50 | {{#class.inheritedOperators}}
|
51 |
| - <li><a href="{{class.href}}#{{htmlId}}">{{name}}</a></li> |
| 51 | + <li><a href="{{href}}">{{name}}</a></li> |
52 | 52 | {{/class.inheritedOperators}}
|
53 | 53 | {{/class.hasOperators}}
|
54 | 54 |
|
55 | 55 | {{#class.hasMethods}}
|
56 | 56 | <li class="section-title"><a href="#methods">Methods</a></li>
|
57 | 57 | {{#class.instanceMethods}}
|
58 |
| - <li><a href="{{class.href}}#{{htmlId}}">{{name}}</a></li> |
| 58 | + <li><a href="{{href}}">{{name}}</a></li> |
59 | 59 | {{/class.instanceMethods}}
|
60 | 60 | {{#class.inheritedMethods}}
|
61 |
| - <li><a href="{{class.href}}#{{htmlId}}">{{name}}</a></li> |
| 61 | + <li><a href="{{href}}">{{name}}</a></li> |
62 | 62 | {{/class.inheritedMethods}}
|
63 | 63 | {{/class.hasMethods}}
|
64 | 64 | </ol>
|
|
0 commit comments