File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
src/test/renderer/specs/modules Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 22 * Object with characters that must be escaped.
33 */
44export const foo = {
5- '<c-a>' : '<c-b>'
5+ '<c-a>' : '<c-b>' ,
6+ '=' : '='
67} ;
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> foo</h3>
8787 < div class ="tsd-signature tsd-kind-icon "> foo< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> object</ span > </ div >
8888 < aside class ="tsd-sources ">
8989 < ul >
90- < li > Defined in < a href ="%GITHUB% /basic/src/weird-names.ts#L4 "> weird-names.ts:4</ a > </ li >
90+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples /basic/src/weird-names.ts#L4 "> weird-names.ts:4</ a > </ li >
9191 </ ul >
9292 </ aside >
9393 < div class ="tsd-comment tsd-typography ">
@@ -101,7 +101,17 @@ <h3><c-<wbr>a></h3>
101101 < div class ="tsd-signature tsd-kind-icon "> <c-< wbr > a>< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> = "<c-b>"</ span > </ div >
102102 < aside class ="tsd-sources ">
103103 < ul >
104- < li > Defined in < a href ="%GITHUB%/basic/src/weird-names.ts#L5 "> weird-names.ts:5</ a > </ li >
104+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/weird-names.ts#L5 "> weird-names.ts:5</ a > </ li >
105+ </ ul >
106+ </ aside >
107+ </ section >
108+ < section class ="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal ">
109+ < a name ="foo._ " class ="tsd-anchor "> </ a >
110+ < h3 > =</ h3 >
111+ < div class ="tsd-signature tsd-kind-icon "> =< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> = "="</ span > </ div >
112+ < aside class ="tsd-sources ">
113+ < ul >
114+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/weird-names.ts#L6 "> weird-names.ts:6</ a > </ li >
105115 </ ul >
106116 </ aside >
107117 </ section >
You can’t perform that action at this time.
0 commit comments