59
59
</ section >
60
60
{{/class.hasModifiers}}
61
61
62
- {{#class.hasConstructors}}
63
- < section class ="summary " id ="constructors ">
64
- < h2 > Constructors</ h2 >
65
-
66
- < dl class ="constructor-summary-list ">
67
- {{#class.constructors}}
68
- < dt id ="{{htmlId}} " class ="callable ">
69
- < span class ="name "> {{{linkedName}}}</ span > < span class ="signature "> ({{{ linkedParams }}})</ span >
70
- </ dt >
71
- < dd >
72
- {{#isConst}}
73
- < div class ="constructor-modifier ">
74
- const
75
- </ div >
76
- {{/isConst}}
77
- {{{ oneLineDoc }}}
78
- </ dd >
79
- {{/class.constructors}}
80
- </ dl >
81
- </ section >
82
- {{/class.hasConstructors}}
83
-
84
62
{{#class.hasConstants}}
85
63
< section class ="summary " id ="constants ">
86
64
< h2 > Constants</ h2 >
@@ -118,7 +96,7 @@ <h2>Static Methods</h2>
118
96
119
97
{{#class.hasProperties}}
120
98
< section class ="summary " id ="instance-properties ">
121
- < h2 > Instance Properties</ h2 >
99
+ < h2 > Properties</ h2 >
122
100
123
101
< dl class ="properties ">
124
102
{{#class.instanceProperties}}
@@ -132,20 +110,27 @@ <h2>Instance Properties</h2>
132
110
</ section >
133
111
{{/class.hasProperties}}
134
112
135
- {{#class.hasMethods}}
136
- < section id ="instance-methods-summary " class ="summary ">
137
- < h2 > Instance Methods</ h2 >
138
- < dl class ="callables ">
139
- {{#class.instanceMethods}}
140
- {{> callable}}
141
- {{/class.instanceMethods}}
113
+ {{#class.hasConstructors}}
114
+ < section class ="summary " id ="constructors ">
115
+ < h2 > Constructors</ h2 >
142
116
143
- {{#class.inheritedMethods}}
144
- {{> callable}}
145
- {{/class.inheritedMethods}}
117
+ < dl class ="constructor-summary-list ">
118
+ {{#class.constructors}}
119
+ < dt id ="{{htmlId}} " class ="callable ">
120
+ < span class ="name "> {{{linkedName}}}</ span > < span class ="signature "> ({{{ linkedParams }}})</ span >
121
+ </ dt >
122
+ < dd >
123
+ {{#isConst}}
124
+ < div class ="constructor-modifier ">
125
+ const
126
+ </ div >
127
+ {{/isConst}}
128
+ {{{ oneLineDoc }}}
129
+ </ dd >
130
+ {{/class.constructors}}
146
131
</ dl >
147
132
</ section >
148
- {{/class.hasMethods }}
133
+ {{/class.hasConstructors }}
149
134
150
135
{{#class.hasOperators}}
151
136
< section id ="operators-summary " class ="summary ">
@@ -162,4 +147,19 @@ <h2>Operators</h2>
162
147
</ section >
163
148
{{/class.hasOperators}}
164
149
150
+ {{#class.hasMethods}}
151
+ < section id ="instance-methods-summary " class ="summary ">
152
+ < h2 > Methods</ h2 >
153
+ < dl class ="callables ">
154
+ {{#class.instanceMethods}}
155
+ {{> callable}}
156
+ {{/class.instanceMethods}}
157
+
158
+ {{#class.inheritedMethods}}
159
+ {{> callable}}
160
+ {{/class.inheritedMethods}}
161
+ </ dl >
162
+ </ section >
163
+ {{/class.hasMethods}}
164
+
165
165
{{> footer}}
0 commit comments