@@ -158,7 +158,7 @@ <h2>Variables</h2>
158
158
< section class ="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-enum ">
159
159
< a name ="defaultsize " class ="tsd-anchor "> </ a >
160
160
< h3 > default< wbr > Size</ h3 >
161
- < div class ="tsd-signature tsd-kind-icon "> default< wbr > Size< span class ="tsd-signature-symbol "> :</ span > < span class =" tsd-signature-type " > Size.Small </ span > < span class =" tsd-signature-symbol " > | </ span > < span class =" tsd-signature-type " > Size.Medium </ span > < span class =" tsd-signature-symbol " > | </ span > < span class ="tsd-signature-type "> Size.Large </ span > < span class ="tsd-signature-symbol "> = Size.Medium</ span > </ div >
161
+ < div class ="tsd-signature tsd-kind-icon "> default< wbr > Size< span class ="tsd-signature-symbol "> :</ span > < a href =" _enumerations_.size.html " class ="tsd-signature-type "> Size</ a > < span class ="tsd-signature-symbol "> = Size.Medium</ span > </ div >
162
162
< aside class ="tsd-sources ">
163
163
< ul >
164
164
< li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/enumerations.ts#L70 "> enumerations.ts:70</ a > </ li >
@@ -177,7 +177,7 @@ <h2>Functions</h2>
177
177
< a name ="issmall " class ="tsd-anchor "> </ a >
178
178
< h3 > is< wbr > Small</ h3 >
179
179
< ul class ="tsd-signatures tsd-kind-function tsd-parent-kind-enum ">
180
- < li class ="tsd-signature tsd-kind-icon "> is< wbr > Small< span class ="tsd-signature-symbol "> (</ span > value< span class ="tsd-signature-symbol "> : </ span > < span class =" tsd-signature-type " > Size.Small </ span > < span class =" tsd-signature-symbol " > | </ span > < span class =" tsd-signature-type " > Size.Medium </ span > < span class =" tsd-signature-symbol " > | </ span > < span class ="tsd-signature-type "> Size.Large </ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> boolean</ span > </ li >
180
+ < li class ="tsd-signature tsd-kind-icon "> is< wbr > Small< span class ="tsd-signature-symbol "> (</ span > value< span class ="tsd-signature-symbol "> : </ span > < a href =" _enumerations_.size.html " class ="tsd-signature-type "> Size</ a > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> boolean</ span > </ li >
181
181
</ ul >
182
182
< ul class ="tsd-descriptions ">
183
183
< li class ="tsd-description ">
@@ -194,7 +194,7 @@ <h3>is<wbr>Small</h3>
194
194
< h4 class ="tsd-parameters-title "> Parameters</ h4 >
195
195
< ul class ="tsd-parameters ">
196
196
< li >
197
- < h5 > value: < span class =" tsd-signature-type " > Size.Small </ span > < span class =" tsd-signature-symbol " > | </ span > < span class =" tsd-signature-type " > Size.Medium </ span > < span class =" tsd-signature-symbol " > | </ span > < span class ="tsd-signature-type "> Size.Large </ span > </ h5 >
197
+ < h5 > value: < a href =" _enumerations_.size.html " class ="tsd-signature-type "> Size</ a > </ h5 >
198
198
< div class ="tsd-comment tsd-typography ">
199
199
< p > The value that should be tested.</ p >
200
200
</ div >
0 commit comments