@@ -69,8 +69,10 @@ <h1>External module "modules"</h1>
69
69
< section class ="tsd-panel tsd-comment ">
70
70
< div class ="tsd-comment tsd-typography ">
71
71
< div class ="lead ">
72
- < p > .. .</ p >
72
+ < p > This comment has a code block that is only marked by indentation .</ p >
73
73
</ div >
74
+ < pre > < code > @thisIsADecorator
75
+ < span class ="hljs-keyword "> class</ span > < span class ="hljs-symbol "> Foo</ span > {}</ code > </ pre >
74
76
</ div >
75
77
</ section >
76
78
< section class ="tsd-panel-group tsd-index-group ">
@@ -108,7 +110,7 @@ <h3><span class="tsd-flag ts-flagLet">Let</span> exported<wbr>Global<wbr>Variabl
108
110
< div class ="tsd-signature tsd-kind-icon "> exported< wbr > Global< wbr > Variable< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> = "foo"</ span > </ div >
109
111
< aside class ="tsd-sources ">
110
112
< ul >
111
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L49 "> modules.ts:49 </ a > </ li >
113
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L52 "> modules.ts:52 </ a > </ li >
112
114
</ ul >
113
115
</ aside >
114
116
< div class ="tsd-comment tsd-typography ">
@@ -123,7 +125,7 @@ <h3><span class="tsd-flag ts-flagLet">Let</span> global<wbr>Variable</h3>
123
125
< div class ="tsd-signature tsd-kind-icon "> global< wbr > Variable< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> = "foo"</ span > </ div >
124
126
< aside class ="tsd-sources ">
125
127
< ul >
126
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L54 "> modules.ts:54 </ a > </ li >
128
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L57 "> modules.ts:57 </ a > </ li >
127
129
</ ul >
128
130
</ aside >
129
131
< div class ="tsd-comment tsd-typography ">
@@ -138,7 +140,7 @@ <h3><span class="tsd-flag ts-flagLet">Let</span> type<wbr>Literal</h3>
138
140
< div class ="tsd-signature tsd-kind-icon "> type< wbr > Literal< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> { </ span > valueA< span class ="tsd-signature-symbol "> ?: </ span > < span class ="tsd-signature-type "> number</ span > < span class ="tsd-signature-symbol "> ; </ span > valueB< span class ="tsd-signature-symbol "> ?: </ span > < span class ="tsd-signature-type "> boolean</ span > < span class ="tsd-signature-symbol "> ; </ span > valueX< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-symbol "> { </ span > valueA< 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 > valueY< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-symbol "> (</ span > z< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> => </ span > < span class ="tsd-signature-symbol "> { </ span > a< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> ; </ span > b< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> }</ span > < span class ="tsd-signature-symbol "> ; </ span > valueZ< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> }</ span > < span class ="tsd-signature-symbol "> ; </ span > valueY< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-symbol "> (</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> => </ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> ; </ span > valueZ< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> }</ span > </ div >
139
141
< aside class ="tsd-sources ">
140
142
< ul >
141
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L71 "> modules.ts:71 </ a > </ li >
143
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L74 "> modules.ts:74 </ a > </ li >
142
144
</ ul >
143
145
</ aside >
144
146
< div class ="tsd-type-declaration ">
@@ -230,7 +232,7 @@ <h3><span class="tsd-flag ts-flagLet">Let</span> object<wbr>Literal</h3>
230
232
< div class ="tsd-signature tsd-kind-icon "> object< wbr > Literal< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> object</ span > </ div >
231
233
< aside class ="tsd-sources ">
232
234
< ul >
233
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L59 "> modules.ts:59 </ a > </ li >
235
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L62 "> modules.ts:62 </ a > </ li >
234
236
</ ul >
235
237
</ aside >
236
238
< div class ="tsd-comment tsd-typography ">
@@ -244,7 +246,7 @@ <h3>valueA</h3>
244
246
< div class ="tsd-signature tsd-kind-icon "> valueA< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> number</ span > < span class ="tsd-signature-symbol "> = 100</ span > </ div >
245
247
< aside class ="tsd-sources ">
246
248
< ul >
247
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L67 "> modules.ts:67 </ a > </ li >
249
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L70 "> modules.ts:70 </ a > </ li >
248
250
</ ul >
249
251
</ aside >
250
252
</ section >
@@ -254,7 +256,7 @@ <h3>valueB</h3>
254
256
< div class ="tsd-signature tsd-kind-icon "> valueB< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> boolean</ span > < span class ="tsd-signature-symbol "> = true</ span > </ div >
255
257
< aside class ="tsd-sources ">
256
258
< ul >
257
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L68 "> modules.ts:68 </ a > </ li >
259
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L71 "> modules.ts:71 </ a > </ li >
258
260
</ ul >
259
261
</ aside >
260
262
</ section >
@@ -264,7 +266,7 @@ <h3>valueZ</h3>
264
266
< div class ="tsd-signature tsd-kind-icon "> valueZ< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> = "foo"</ span > </ div >
265
267
< aside class ="tsd-sources ">
266
268
< ul >
267
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L60 "> modules.ts:60 </ a > </ li >
269
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L63 "> modules.ts:63 </ a > </ li >
268
270
</ ul >
269
271
</ aside >
270
272
</ section >
@@ -278,7 +280,7 @@ <h3>valueY</h3>
278
280
< li class ="tsd-description ">
279
281
< aside class ="tsd-sources ">
280
282
< ul >
281
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L61 "> modules.ts:61 </ a > </ li >
283
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L64 "> modules.ts:64 </ a > </ li >
282
284
</ ul >
283
285
</ aside >
284
286
< h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> string</ span > </ h4 >
@@ -291,7 +293,7 @@ <h3>valueX</h3>
291
293
< div class ="tsd-signature tsd-kind-icon "> valueX< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> object</ span > </ div >
292
294
< aside class ="tsd-sources ">
293
295
< ul >
294
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L62 "> modules.ts:62 </ a > </ li >
296
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L65 "> modules.ts:65 </ a > </ li >
295
297
</ ul >
296
298
</ aside >
297
299
< section class ="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported ">
@@ -300,7 +302,7 @@ <h3>valueA</h3>
300
302
< div class ="tsd-signature tsd-kind-icon "> valueA< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> number</ span > < span class ="tsd-signature-symbol "> []</ span > < span class ="tsd-signature-symbol "> = [100, 200, 300]</ span > </ div >
301
303
< aside class ="tsd-sources ">
302
304
< ul >
303
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L65 "> modules.ts:65 </ a > </ li >
305
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L68 "> modules.ts:68 </ a > </ li >
304
306
</ ul >
305
307
</ aside >
306
308
</ section >
@@ -310,7 +312,7 @@ <h3>valueZ</h3>
310
312
< div class ="tsd-signature tsd-kind-icon "> valueZ< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> = "foo"</ span > </ div >
311
313
< aside class ="tsd-sources ">
312
314
< ul >
313
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L63 "> modules.ts:63 </ a > </ li >
315
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L66 "> modules.ts:66 </ a > </ li >
314
316
</ ul >
315
317
</ aside >
316
318
</ section >
@@ -324,7 +326,7 @@ <h3>valueY</h3>
324
326
< li class ="tsd-description ">
325
327
< aside class ="tsd-sources ">
326
328
< ul >
327
- < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L64 "> modules.ts:64 </ a > </ li >
329
+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L67 "> modules.ts:67 </ a > </ li >
328
330
</ ul >
329
331
</ aside >
330
332
< h4 class ="tsd-parameters-title "> Parameters</ h4 >
0 commit comments