|
1 | 1 | <ol> |
2 | 2 | {{#container}} |
3 | 3 |
|
| 4 | + {{#isClass}} |
| 5 | + {{#hasPublicConstructors}} |
| 6 | + <li class="section-title"><a href="{{{href}}}#constructors">Constructors</a></li> |
| 7 | + {{#publicConstructorsSorted}} |
| 8 | + <li><a{{#isDeprecated}} class="deprecated"{{/isDeprecated}} href="{{{href}}}">{{shortName}}</a></li> |
| 9 | + {{/publicConstructorsSorted}} |
| 10 | + {{/hasPublicConstructors}} |
| 11 | + {{/isClass}} |
| 12 | + |
4 | 13 | {{#isEnum}} |
5 | 14 | {{#hasPublicConstantFields}} |
6 | 15 | <li class="section-title"><a href="{{{href}}}#constants">Constants</a></li> |
7 | 16 | {{#publicConstantFieldsSorted}} |
8 | 17 | <li>{{{linkedName}}}</li> |
9 | 18 | {{/publicConstantFieldsSorted}} |
10 | 19 | {{/hasPublicConstantFields}} |
| 20 | + {{/isEnum}} |
11 | 21 |
|
| 22 | + {{#isClassOrEnum}} |
12 | 23 | {{#hasPublicInstanceFields}} |
13 | 24 | <li class="section-title{{ #publicInheritedInstanceFields }} inherited{{ /publicInheritedInstanceFields }}"> |
14 | 25 | <a href="{{{href}}}#instance-properties">Properties</a> |
|
26 | 37 | {{/hasPublicInstanceMethods}} |
27 | 38 |
|
28 | 39 | {{#hasPublicInstanceOperators}} |
29 | | - <li class="section-title{{ #publicInheritedInstanceOperators }} inherited{{ /publicInheritedInstanceOperators}}"><a href="{{{href}}}#operators">Operators</a></li> |
| 40 | + <li class="section-title{{ #publicInheritedInstanceOperators }} inherited{{ /publicInheritedInstanceOperators }}"><a href="{{{href}}}#operators">Operators</a></li> |
30 | 41 | {{#publicInstanceOperatorsSorted}} |
31 | 42 | <li{{ #isInherited }} class="inherited"{{ /isInherited}}>{{{ linkedName }}}</li> |
32 | 43 | {{/publicInstanceOperatorsSorted}} |
33 | 44 | {{/hasPublicInstanceOperators}} |
34 | | - {{/isEnum}} |
| 45 | + {{/isClassOrEnum}} |
35 | 46 |
|
36 | | - {{#isClass}} |
37 | | - {{#hasPublicConstructors}} |
38 | | - <li class="section-title"><a href="{{{href}}}#constructors">Constructors</a></li> |
39 | | - {{#publicConstructorsSorted}} |
40 | | - <li><a{{#isDeprecated}} class="deprecated"{{/isDeprecated}} href="{{{href}}}">{{shortName}}</a></li> |
41 | | - {{/publicConstructorsSorted}} |
42 | | - {{/hasPublicConstructors}} |
43 | | - {{/isClass}} |
44 | | - |
45 | | - {{#isClassOrExtension}} |
| 47 | + {{#isExtension}} |
46 | 48 | {{#hasPublicInstanceFields}} |
47 | 49 | <li class="section-title"> <a href="{{{href}}}#instance-properties">Properties</a> |
48 | 50 | </li> |
|
64 | 66 | <li>{{{ linkedName }}}</li> |
65 | 67 | {{/publicInstanceOperatorsSorted}} |
66 | 68 | {{/hasPublicInstanceOperators}} |
| 69 | + {{/isExtension}} |
67 | 70 |
|
| 71 | + {{#isClassOrExtension}} |
68 | 72 | {{#hasPublicVariableStaticFields}} |
69 | 73 | <li class="section-title"><a href="{{{href}}}#static-properties">Static properties</a></li> |
70 | 74 | {{#publicVariableStaticFieldsSorted}} |
|
0 commit comments