@@ -95,7 +95,7 @@ function submit() {
9595| ---------- | ---------- |
9696| ` MyObject.someFunction ` | ` () => void ` |
9797
98- [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L282 )
98+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L283 )
9999
100100
101101## :wrench : Constants
@@ -133,7 +133,7 @@ console.log(result.success); // true or false
133133```
134134
135135
136- [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L299 )
136+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L300 )
137137
138138### :gear : SOMETHING
139139
@@ -151,7 +151,7 @@ References:
151151* [ Source code] ( https://github.com/peterpeterparker/tsdoc-markdown )
152152
153153
154- [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L339 )
154+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L340 )
155155
156156
157157## :factory : LedgerCanister
@@ -288,7 +288,12 @@ Description
288288
289289Should differentiate methods / properties and static methods / properties
290290
291- [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L317 )
291+ References:
292+
293+ * [ https://github.com/peterpeterparker/tsdoc-markdown ] ( https://github.com/peterpeterparker/tsdoc-markdown )
294+
295+
296+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L318 )
292297
293298### Static Methods
294299
@@ -300,7 +305,7 @@ Should differentiate methods / properties and static methods / properties
300305| ---------- | ---------- |
301306| ` add ` | ` (n1: Number, n2: Number) => Number ` |
302307
303- [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L327 )
308+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L328 )
304309
305310### Methods
306311
@@ -312,7 +317,7 @@ Should differentiate methods / properties and static methods / properties
312317| ---------- | ---------- |
313318| ` add ` | ` (n: Number) => Number ` |
314319
315- [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L323 )
320+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L324 )
316321
317322### Static Properties
318323
@@ -324,7 +329,7 @@ Should differentiate methods / properties and static methods / properties
324329| ---------- | ---------- |
325330| ` world ` | ` string ` |
326331
327- [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L319 )
332+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L320 )
328333
329334### Properties
330335
@@ -336,7 +341,7 @@ Should differentiate methods / properties and static methods / properties
336341| ---------- | ---------- |
337342| ` hello ` | ` string ` |
338343
339- [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L318 )
344+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L319 )
340345
341346## :nut_and_bolt : Enum
342347
@@ -347,6 +352,8 @@ Should differentiate methods / properties and static methods / properties
347352
348353
349354
355+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L183 )
356+
350357| Property | Type | Description |
351358| ---------- | ---------- | ---------- |
352359| ` SECOND ` | ` 1000 ` | |
@@ -357,6 +364,8 @@ Should differentiate methods / properties and static methods / properties
357364
358365
359366
367+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L188 )
368+
360369| Property | Type | Description |
361370| ---------- | ---------- | ---------- |
362371| ` T1 ` | `` | |
@@ -373,6 +382,8 @@ Should differentiate methods / properties and static methods / properties
373382
374383A Foo interface description.
375384
385+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L157 )
386+
376387| Property | Type | Description |
377388| ---------- | ---------- | ---------- |
378389| ` hello ` | ` string ` | Says hello. |
@@ -384,6 +395,13 @@ A Foo interface description.
384395
385396Use a URL redirect to prevent broken links if you've moved a page or to shorten URLs.
386397
398+ References:
399+
400+ * [ https://github.com/peterpeterparker/tsdoc-markdown ] ( https://github.com/peterpeterparker/tsdoc-markdown )
401+
402+
403+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L259 )
404+
387405| Property | Type | Description |
388406| ---------- | ---------- | ---------- |
389407| ` source ` | ` string ` | The glob pattern or specific path to match for incoming requests that should be redirected. type: {StorageConfigSourceGlob} |
@@ -432,5 +450,5 @@ A type yolo
432450| ---------- | ---------- |
433451| ` SatelliteConfig ` | ` Either<SatelliteId, SatelliteIds> and CliConfig and SatelliteConfigOptions ` |
434452
435- [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L278 )
453+ [ :link : Source] ( https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/test/mock.ts#L279 )
436454
0 commit comments