@@ -69,8 +69,10 @@ <h1>External module "modules"</h1>
6969 < section class ="tsd-panel tsd-comment ">
7070 < div class ="tsd-comment tsd-typography ">
7171 < div class ="lead ">
72- < p > .. .</ p >
72+ < p > This comment has a code block that is only marked by indentation .</ p >
7373 </ div >
74+ < pre > < code > @thisIsADecorator
75+ < span class ="hljs-keyword "> class</ span > < span class ="hljs-symbol "> Foo</ span > {}</ code > </ pre >
7476 </ div >
7577 </ section >
7678 < 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
108110 < 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 >
109111 < aside class ="tsd-sources ">
110112 < 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 >
112114 </ ul >
113115 </ aside >
114116 < div class ="tsd-comment tsd-typography ">
@@ -123,7 +125,7 @@ <h3><span class="tsd-flag ts-flagLet">Let</span> global<wbr>Variable</h3>
123125 < 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 >
124126 < aside class ="tsd-sources ">
125127 < 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 >
127129 </ ul >
128130 </ aside >
129131 < div class ="tsd-comment tsd-typography ">
@@ -138,7 +140,7 @@ <h3><span class="tsd-flag ts-flagLet">Let</span> type<wbr>Literal</h3>
138140 < 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 >
139141 < aside class ="tsd-sources ">
140142 < 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 >
142144 </ ul >
143145 </ aside >
144146 < div class ="tsd-type-declaration ">
@@ -230,7 +232,7 @@ <h3><span class="tsd-flag ts-flagLet">Let</span> object<wbr>Literal</h3>
230232 < div class ="tsd-signature tsd-kind-icon "> object< wbr > Literal< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> object</ span > </ div >
231233 < aside class ="tsd-sources ">
232234 < 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 >
234236 </ ul >
235237 </ aside >
236238 < div class ="tsd-comment tsd-typography ">
@@ -244,7 +246,7 @@ <h3>valueA</h3>
244246 < 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 >
245247 < aside class ="tsd-sources ">
246248 < 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 >
248250 </ ul >
249251 </ aside >
250252 </ section >
@@ -254,7 +256,7 @@ <h3>valueB</h3>
254256 < 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 >
255257 < aside class ="tsd-sources ">
256258 < 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 >
258260 </ ul >
259261 </ aside >
260262 </ section >
@@ -264,7 +266,7 @@ <h3>valueZ</h3>
264266 < 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 >
265267 < aside class ="tsd-sources ">
266268 < 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 >
268270 </ ul >
269271 </ aside >
270272 </ section >
@@ -278,7 +280,7 @@ <h3>valueY</h3>
278280 < li class ="tsd-description ">
279281 < aside class ="tsd-sources ">
280282 < 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 >
282284 </ ul >
283285 </ aside >
284286 < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> string</ span > </ h4 >
@@ -291,7 +293,7 @@ <h3>valueX</h3>
291293 < div class ="tsd-signature tsd-kind-icon "> valueX< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> object</ span > </ div >
292294 < aside class ="tsd-sources ">
293295 < 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 >
295297 </ ul >
296298 </ aside >
297299 < 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>
300302 < 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 >
301303 < aside class ="tsd-sources ">
302304 < 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 >
304306 </ ul >
305307 </ aside >
306308 </ section >
@@ -310,7 +312,7 @@ <h3>valueZ</h3>
310312 < 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 >
311313 < aside class ="tsd-sources ">
312314 < 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 >
314316 </ ul >
315317 </ aside >
316318 </ section >
@@ -324,7 +326,7 @@ <h3>valueY</h3>
324326 < li class ="tsd-description ">
325327 < aside class ="tsd-sources ">
326328 < 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 >
328330 </ ul >
329331 </ aside >
330332 < h4 class ="tsd-parameters-title "> Parameters</ h4 >
0 commit comments