@@ -107,9 +107,18 @@ <h3>Hierarchy</h3>
107107 < h2 > Index</ h2 >
108108 < section class ="tsd-panel tsd-index-panel ">
109109 < div class ="tsd-index-content ">
110+ < section class ="tsd-index-section ">
111+ < h3 > Constructors</ h3 >
112+ < ul class ="tsd-index-list ">
113+ < li class ="tsd-kind-constructor tsd-parent-kind-class "> < a href ="_classes_.genericclass.html#constructor " class ="tsd-kind-icon "> constructor</ a > </ li >
114+ </ ul >
115+ </ section >
110116 < section class ="tsd-index-section ">
111117 < h3 > Properties</ h3 >
112118 < ul class ="tsd-index-list ">
119+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-protected "> < a href ="_classes_.genericclass.html#p2 " class ="tsd-kind-icon "> p2</ a > </ li >
120+ < li class ="tsd-kind-property tsd-parent-kind-class "> < a href ="_classes_.genericclass.html#p3 " class ="tsd-kind-icon "> p3</ a > </ li >
121+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-private "> < a href ="_classes_.genericclass.html#p4 " class ="tsd-kind-icon "> p4</ a > </ li >
113122 < li class ="tsd-kind-property tsd-parent-kind-class "> < a href ="_classes_.genericclass.html#value " class ="tsd-kind-icon "> value</ a > </ li >
114123 </ ul >
115124 </ section >
@@ -123,8 +132,113 @@ <h3>Methods</h3>
123132 </ div >
124133 </ section >
125134 </ section >
135+ < section class ="tsd-panel-group tsd-member-group ">
136+ < h2 > Constructors</ h2 >
137+ < section class ="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class ">
138+ < a name ="constructor " class ="tsd-anchor "> </ a >
139+ < h3 > constructor</ h3 >
140+ < ul class ="tsd-signatures tsd-kind-constructor tsd-parent-kind-class ">
141+ < li class ="tsd-signature tsd-kind-icon "> new < wbr > Generic< wbr > Class< span class ="tsd-signature-symbol "> (</ span > p1< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> any</ span > , p2< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> T</ span > , p3< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> number</ span > , p4< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> number</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < a href ="_classes_.genericclass.html " class ="tsd-signature-type "> GenericClass</ a > </ li >
142+ </ ul >
143+ < ul class ="tsd-descriptions ">
144+ < li class ="tsd-description ">
145+ < aside class ="tsd-sources ">
146+ < ul >
147+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L275 "> classes.ts:275</ a > </ li >
148+ </ ul >
149+ </ aside >
150+ < div class ="tsd-comment tsd-typography ">
151+ < div class ="lead ">
152+ < p > Constructor short text.</ p >
153+ </ div >
154+ </ div >
155+ < h4 class ="tsd-parameters-title "> Parameters</ h4 >
156+ < ul class ="tsd-parameters ">
157+ < li >
158+ < h5 > p1: < span class ="tsd-signature-type "> any</ span > </ h5 >
159+ < div class ="tsd-comment tsd-typography ">
160+ < div class ="lead ">
161+ < p > Constructor param</ p >
162+ </ div >
163+ </ div >
164+ </ li >
165+ < li >
166+ < h5 > p2: < span class ="tsd-signature-type "> T</ span > </ h5 >
167+ < div class ="tsd-comment tsd-typography ">
168+ < div class ="lead ">
169+ < p > Private string property</ p >
170+ </ div >
171+ </ div >
172+ </ li >
173+ < li >
174+ < h5 > p3: < span class ="tsd-signature-type "> number</ span > </ h5 >
175+ < div class ="tsd-comment tsd-typography ">
176+ < div class ="lead ">
177+ < p > Public number property</ p >
178+ </ div >
179+ </ div >
180+ </ li >
181+ < li >
182+ < h5 > p4: < span class ="tsd-signature-type "> number</ span > </ h5 >
183+ < div class ="tsd-comment tsd-typography ">
184+ < div class ="lead ">
185+ < p > Public implicit any property</ p >
186+ </ div >
187+ </ div >
188+ </ li >
189+ </ ul >
190+ < h4 class ="tsd-returns-title "> Returns < a href ="_classes_.genericclass.html " class ="tsd-signature-type "> GenericClass</ a > </ h4 >
191+ </ li >
192+ </ ul >
193+ </ section >
194+ </ section >
126195 < section class ="tsd-panel-group tsd-member-group ">
127196 < h2 > Properties</ h2 >
197+ < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected ">
198+ < a name ="p2 " class ="tsd-anchor "> </ a >
199+ < h3 > < span class ="tsd-flag ts-flagProtected "> Protected</ span > p2</ h3 >
200+ < div class ="tsd-signature tsd-kind-icon "> p2< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> T</ span > </ div >
201+ < aside class ="tsd-sources ">
202+ < ul >
203+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L286 "> classes.ts:286</ a > </ li >
204+ </ ul >
205+ </ aside >
206+ < div class ="tsd-comment tsd-typography ">
207+ < div class ="lead ">
208+ < p > Private string property</ p >
209+ </ div >
210+ </ div >
211+ </ section >
212+ < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class ">
213+ < a name ="p3 " class ="tsd-anchor "> </ a >
214+ < h3 > p3</ h3 >
215+ < div class ="tsd-signature tsd-kind-icon "> p3< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> number</ span > </ div >
216+ < aside class ="tsd-sources ">
217+ < ul >
218+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L286 "> classes.ts:286</ a > </ li >
219+ </ ul >
220+ </ aside >
221+ < div class ="tsd-comment tsd-typography ">
222+ < div class ="lead ">
223+ < p > Public number property</ p >
224+ </ div >
225+ </ div >
226+ </ section >
227+ < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private ">
228+ < a name ="p4 " class ="tsd-anchor "> </ a >
229+ < h3 > < span class ="tsd-flag ts-flagPrivate "> Private</ span > p4</ h3 >
230+ < div class ="tsd-signature tsd-kind-icon "> p4< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> number</ span > </ div >
231+ < aside class ="tsd-sources ">
232+ < ul >
233+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L286 "> classes.ts:286</ a > </ li >
234+ </ ul >
235+ </ aside >
236+ < div class ="tsd-comment tsd-typography ">
237+ < div class ="lead ">
238+ < p > Public implicit any property</ p >
239+ </ div >
240+ </ div >
241+ </ section >
128242 < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class ">
129243 < a name ="value " class ="tsd-anchor "> </ a >
130244 < h3 > value</ h3 >
@@ -148,7 +262,7 @@ <h3>get<wbr>Value</h3>
148262 < li class ="tsd-description ">
149263 < aside class ="tsd-sources ">
150264 < ul >
151- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L283 "> classes.ts:283 </ a > </ li >
265+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L295 "> classes.ts:295 </ a > </ li >
152266 </ ul >
153267 </ aside >
154268 < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> T</ span > </ h4 >
@@ -165,7 +279,7 @@ <h3>set<wbr>Value</h3>
165279 < li class ="tsd-description ">
166280 < aside class ="tsd-sources ">
167281 < ul >
168- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L278 "> classes.ts:278 </ a > </ li >
282+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/classes.ts#L290 "> classes.ts:290 </ a > </ li >
169283 </ ul >
170284 </ aside >
171285 < h4 class ="tsd-parameters-title "> Parameters</ h4 >
@@ -228,6 +342,18 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
228342 < li class ="current tsd-kind-class tsd-parent-kind-external-module tsd-has-type-parameter ">
229343 < a href ="_classes_.genericclass.html " class ="tsd-kind-icon "> Generic< wbr > Class</ a >
230344 < ul >
345+ < li class =" tsd-kind-constructor tsd-parent-kind-class ">
346+ < a href ="_classes_.genericclass.html#constructor " class ="tsd-kind-icon "> constructor</ a >
347+ </ li >
348+ < li class =" tsd-kind-property tsd-parent-kind-class tsd-is-protected ">
349+ < a href ="_classes_.genericclass.html#p2 " class ="tsd-kind-icon "> p2</ a >
350+ </ li >
351+ < li class =" tsd-kind-property tsd-parent-kind-class ">
352+ < a href ="_classes_.genericclass.html#p3 " class ="tsd-kind-icon "> p3</ a >
353+ </ li >
354+ < li class =" tsd-kind-property tsd-parent-kind-class tsd-is-private ">
355+ < a href ="_classes_.genericclass.html#p4 " class ="tsd-kind-icon "> p4</ a >
356+ </ li >
231357 < li class =" tsd-kind-property tsd-parent-kind-class ">
232358 < a href ="_classes_.genericclass.html#value " class ="tsd-kind-icon "> value</ a >
233359 </ li >
0 commit comments