@@ -63,7 +63,7 @@ Comments for prop
63
63
64
64
### propReturningObjectDeclaration
65
65
66
- > **propReturningObjectDeclaration**: \\ { \` a\` : \` boolean\` ;\` b\` : \` string\` ; \\ }
66
+ > **propReturningObjectDeclaration**: \\ { \` a\` : \` boolean\` ; \` b\` : \` string\` ; \\ }
67
67
68
68
Comments for propReturningObjectDeclaration
69
69
@@ -79,7 +79,7 @@ Comments for propReturningObjectDeclaration
79
79
80
80
### propReturningObjectDeclarations
81
81
82
- > **propReturningObjectDeclarations**: \\ { \` a\` : \` boolean\` ;\` b\` : \` string\` ; \\ } & \\ { \` c\` : \` boolean\` ;\` d\` : \` string\` ; \\ }
82
+ > **propReturningObjectDeclarations**: \\ { \` a\` : \` boolean\` ; \` b\` : \` string\` ; \\ } & \\ { \` c\` : \` boolean\` ; \` d\` : \` string\` ; \\ }
83
83
84
84
Comments for propReturningObjectDeclarations
85
85
@@ -127,7 +127,7 @@ Comments for propReturningSignatureDeclarations
127
127
128
128
### propWithFunction()
129
129
130
- > **propWithFunction**: (\` options\` : \\ { \` a\` : \` boolean\` ;\` b\` : \` string\` ; \\ }) => \` boolean\`
130
+ > **propWithFunction**: (\` options\` : \\ { \` a\` : \` boolean\` ; \` b\` : \` string\` ; \\ }) => \` boolean\`
131
131
132
132
Comments for propWithFunction
133
133
@@ -151,7 +151,7 @@ Comments for propWithFunction
151
151
152
152
### propWithProps
153
153
154
- > **propWithProps**: \\ { \` callbacks\` : \` Partial\`\\ <[\` CallbacksOptions\` ](../classes/CallbacksOptions.md)\\ <[\` DisposableClass\` ](../classes/DisposableClass.md), [\` ClassWithModifiers\` ](../classes/ClassWithModifiers.md)\\ >\\ >;\` nestedPropA\` : \` string\` ;\` nestedPropB\` : \` boolean\` ;\` nestedPropC\` : \\ { \` nestedPropCA\` : \` string\` ; \\ };\` nestedPropD\` : () => \` boolean\` ; \\ }
154
+ > **propWithProps**: \\ { \` callbacks\` : \` Partial\`\\ <[\` CallbacksOptions\` ](../classes/CallbacksOptions.md)\\ <[\` DisposableClass\` ](../classes/DisposableClass.md), [\` ClassWithModifiers\` ](../classes/ClassWithModifiers.md)\\ >\\ >; \` nestedPropA\` : \` string\` ; \` nestedPropB\` : \` boolean\` ; \` nestedPropC\` : \\ { \` nestedPropCA\` : \` string\` ; \\ }; \` nestedPropD\` : () => \` boolean\` ; \\ }
155
155
156
156
Comments for propWithProps
157
157
@@ -175,7 +175,7 @@ Comments for nestedPropB
175
175
176
176
#### nestedPropC
177
177
178
- > **nestedPropC**: \\ { \` nestedPropCA\` : \` string\` ; \\ }
178
+ > **nestedPropC**: \\ { \` nestedPropCA\` : \` string\` ; \\ }
179
179
180
180
Comments for nestedPropC
181
181
@@ -234,13 +234,13 @@ Comments for BasicInterface
234
234
exports [` Objects And Params should compile function returning a promise: (Output File Strategy "members") (Option Group "1") 1` ] = `
235
235
"# Function: functionReturningAPromise()
236
236
237
- > **functionReturningAPromise**(): [\` Promise\` ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\ <\\ { \` prop\` : \` string\` ; \\ }\\ >
237
+ > **functionReturningAPromise**(): [\` Promise\` ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\ <\\ { \` prop\` : \` string\` ; \\ }\\ >
238
238
239
239
Comments for function
240
240
241
241
## Returns
242
242
243
- [\` Promise\` ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\ <\\ { \` prop\` : \` string\` ; \\ }\\ >
243
+ [\` Promise\` ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\ <\\ { \` prop\` : \` string\` ; \\ }\\ >
244
244
245
245
Return comments
246
246
@@ -312,13 +312,13 @@ Return comments
312
312
exports [` Objects And Params should compile function returning an object: (Output File Strategy "members") (Option Group "1") 1` ] = `
313
313
"# Function: functionReturningAnObject()
314
314
315
- > **functionReturningAnObject**(): \\ { \` x\` : \` number\` ;\` y\` : \` number\` ; \\ }
315
+ > **functionReturningAnObject**(): \\ { \` x\` : \` number\` ; \` y\` : \` number\` ; \\ }
316
316
317
317
Comments for function
318
318
319
319
## Returns
320
320
321
- \\ { \` x\` : \` number\` ;\` y\` : \` number\` ; \\ }
321
+ \\ { \` x\` : \` number\` ; \` y\` : \` number\` ; \\ }
322
322
323
323
Return comments
324
324
@@ -372,7 +372,7 @@ y: number = 2;
372
372
exports [` Objects And Params should compile function with nested parameters: (Output File Strategy "members") (Option Group "1") 1` ] = `
373
373
"# Function: functionWithNestedParameters()
374
374
375
- > **functionWithNestedParameters**(\` params\` : \\ { \` name\` : \` string\` ;\` nestedObj\` : \\ { \` name\` : \` string\` ;\` obj\` : \\ { \` name\` : () => \` void\` ; \\ };\` value\` : \` number\` ; \\ };\` parent\` : \` number\` ; \\ }, \` context\` : \` any\` , \` somethingElse\` ?: \` string\` ): \` boolean\`
375
+ > **functionWithNestedParameters**(\` params\` : \\ { \` name\` : \` string\` ; \` nestedObj\` : \\ { \` name\` : \` string\` ; \` obj\` : \\ { \` name\` : () => \` void\` ; \\ }; \` value\` : \` number\` ; \\ }; \` parent\` : \` number\` ; \\ }, \` context\` : \` any\` , \` somethingElse\` ?: \` string\` ): \` boolean\`
376
376
377
377
Some nested params.
378
378
@@ -390,7 +390,7 @@ The name of the new group.
390
390
391
391
#### nestedObj
392
392
393
- \\ { \` name\` : \` string\` ;\` obj\` : \\ { \` name\` : () => \` void\` ; \\ };\` value\` : \` number\` ; \\ }
393
+ \\ { \` name\` : \` string\` ; \` obj\` : \\ { \` name\` : () => \` void\` ; \\ }; \` value\` : \` number\` ; \\ }
394
394
395
395
A nested object.
396
396
@@ -400,7 +400,7 @@ A nested object.
400
400
401
401
#### nestedObj.obj
402
402
403
- \\ { \` name\` : () => \` void\` ; \\ }
403
+ \\ { \` name\` : () => \` void\` ; \\ }
404
404
405
405
#### nestedObj.obj.name
406
406
@@ -476,7 +476,7 @@ Some nested params.
476
476
exports [` Objects And Params should compile intersection type: (Output File Strategy "members") (Option Group "1") 1` ] = `
477
477
"# Type Alias: IntersectionType
478
478
479
- > **IntersectionType**: [\` TupleType\` ](TupleType.md) & [\` ArrayType\` ](ArrayType.md) & \\ { \` bar\` : \` number\` ; \\ }
479
+ > **IntersectionType**: [\` TupleType\` ](TupleType.md) & [\` ArrayType\` ](ArrayType.md) & \\ { \` bar\` : \` number\` ; \\ }
480
480
481
481
Comments for IntersectionType
482
482
@@ -512,7 +512,7 @@ bar: number;
512
512
exports [` Objects And Params should compile literal type: (Output File Strategy "members") (Option Group "1") 1` ] = `
513
513
"# Type Alias: LiteralType
514
514
515
- > **LiteralType**: \\ { \` someFunctionWithArrow\` : () => \` string\` ;\` x\` : \` string\` ;\` y\` : \\ { \` x\` : \` string\` ;\` y\` : \` boolean\` \\ | \` string\` ;\` z\` : (\` x\` : \` string\` ) => \` string\` ; \\ };\` z\` : (\` x\` : \` string\` ) => \` string\` ;get set \` accessorA\` : [\` Promise\` ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\ <\` string\`\\ >;get set \` accessorB\` : \` string\` ;\` someFunction\` : [\` Promise\` ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\ <\` any\`\\ >; \\ }
515
+ > **LiteralType**: \\ { \` someFunctionWithArrow\` : () => \` string\` ; \` x\` : \` string\` ; \` y\` : \\ { \` x\` : \` string\` ; \` y\` : \` boolean\` \\ | \` string\` ; \` z\` : (\` x\` : \` string\` ) => \` string\` ; \\ }; \` z\` : (\` x\` : \` string\` ) => \` string\` ; get set \` accessorA\` : [\` Promise\` ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\ <\` string\`\\ >; get set \` accessorB\` : \` string\` ; \` someFunction\` : [\` Promise\` ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\ <\` any\`\\ >; \\ }
516
516
517
517
Comments for LiteralType
518
518
@@ -536,7 +536,7 @@ comment for x
536
536
537
537
### y
538
538
539
- > **y**: \\ { \` x\` : \` string\` ;\` y\` : \` boolean\` \\ | \` string\` ;\` z\` : (\` x\` : \` string\` ) => \` string\` ; \\ }
539
+ > **y**: \\ { \` x\` : \` string\` ; \` y\` : \` boolean\` \\ | \` string\` ; \` z\` : (\` x\` : \` string\` ) => \` string\` ; \\ }
540
540
541
541
comment for y
542
542
@@ -786,7 +786,7 @@ Comments for someFunction
786
786
exports[`Objects And Params should compile object with symbol: (Output File Strategy "members") (Option Group "1") 1`] = `
787
787
"# Variable: objectWithSymbol
788
788
789
- > \`const\` **objectWithSymbol**: \\{ \` [sym]\` : \` string\` ; \\ }
789
+ > \`const\` **objectWithSymbol**: \\{ \` [sym]\` : \` string\` ; \\ }
790
790
791
791
Comments variable with symbol
792
792
@@ -826,7 +826,7 @@ Comments for symbol
826
826
exports [` Objects And Params should compile union type: (Output File Strategy "members") (Option Group "1") 1` ] = `
827
827
"# Type Alias: UnionType
828
828
829
- > **UnionType**: \` string\` \\ | \` boolean\` \\ | \\ { \` z\` : \` string\` ; \\ }
829
+ > **UnionType**: \` string\` \\ | \` boolean\` \\ | \\ { \` z\` : \` string\` ; \\ }
830
830
831
831
Comments for UnionType
832
832
"
@@ -848,7 +848,7 @@ Comments for UnionType
848
848
exports [` Objects And Params should compile variable assigned to an object literal: (Output File Strategy "members") (Option Group "1") 1` ] = `
849
849
"# Variable: objectLiteralVariable
850
850
851
- > \` const\` **objectLiteralVariable**: \\ { \` valueA\` : \` number\` ;\` valueB\` : \` boolean\` ;\` valueX\` : \\ { \` valueA\` : \` number\` [];\` valueY\` : (\` z\` : \` string\` ) => \\ { \` a\` : \` string\` ;\` b\` : \` string\` ;\` c\` : \\ { \` a\` : \` number\` ;\` b\` : \` number\` ; \\ }; \\ };\` valueZ\` : \` string\` ; \\ };\` valueY\` : (\` unionParam\` : \` "a"\` \\ | \` "b"\` , \` _undercoreParam_\` : \` string\` ) => \` string\` ; \\ }
851
+ > \` const\` **objectLiteralVariable**: \\ { \` valueA\` : \` number\` ; \` valueB\` : \` boolean\` ; \` valueX\` : \\ { \` valueA\` : \` number\` []; \` valueY\` : (\` z\` : \` string\` ) => \\ { \` a\` : \` string\` ; \` b\` : \` string\` ; \` c\` : \\ { \` a\` : \` number\` ; \` b\` : \` number\` ; \\ }; \\ }; \` valueZ\` : \` string\` ; \\ }; \` valueY\` : (\` unionParam\` : \` "a"\` \\ | \` "b"\` , \` _undercoreParam_\` : \` string\` ) => \` string\` ; \\ }
852
852
853
853
Comments for objectLiteralVariable
854
854
@@ -870,7 +870,7 @@ Comments for valueA
870
870
871
871
### valueX
872
872
873
- > **valueX**: \\ { \` valueA\` : \` number\` [];\` valueY\` : (\` z\` : \` string\` ) => \\ { \` a\` : \` string\` ;\` b\` : \` string\` ;\` c\` : \\ { \` a\` : \` number\` ;\` b\` : \` number\` ; \\ }; \\ };\` valueZ\` : \` string\` ; \\ }
873
+ > **valueX**: \\ { \` valueA\` : \` number\` []; \` valueY\` : (\` z\` : \` string\` ) => \\ { \` a\` : \` string\` ; \` b\` : \` string\` ; \` c\` : \\ { \` a\` : \` number\` ; \` b\` : \` number\` ; \\ }; \\ }; \` valueZ\` : \` string\` ; \\ }
874
874
875
875
Comments for valueX
876
876
@@ -882,7 +882,7 @@ Comment for valueX.valueA
882
882
883
883
#### valueX.valueY()
884
884
885
- > **valueY**: (\` z\` : \` string\` ) => \\ { \` a\` : \` string\` ;\` b\` : \` string\` ;\` c\` : \\ { \` a\` : \` number\` ;\` b\` : \` number\` ; \\ }; \\ }
885
+ > **valueY**: (\` z\` : \` string\` ) => \\ { \` a\` : \` string\` ; \` b\` : \` string\` ; \` c\` : \\ { \` a\` : \` number\` ; \` b\` : \` number\` ; \\ }; \\ }
886
886
887
887
##### Parameters
888
888
@@ -892,7 +892,7 @@ Comment for valueX.valueA
892
892
893
893
##### Returns
894
894
895
- \\ { \` a\` : \` string\` ;\` b\` : \` string\` ;\` c\` : \\ { \` a\` : \` number\` ;\` b\` : \` number\` ; \\ }; \\ }
895
+ \\ { \` a\` : \` string\` ; \` b\` : \` string\` ; \` c\` : \\ { \` a\` : \` number\` ; \` b\` : \` number\` ; \\ }; \\ }
896
896
897
897
###### a
898
898
@@ -904,7 +904,7 @@ Comment for valueX.valueA
904
904
905
905
###### c
906
906
907
- > **c**: \\ { \` a\` : \` number\` ;\` b\` : \` number\` ; \\ }
907
+ > **c**: \\ { \` a\` : \` number\` ; \` b\` : \` number\` ; \\ }
908
908
909
909
###### c.a
910
910
0 commit comments