@@ -8,8 +8,8 @@ exports[`Comments should compile @links with anchors: (Output File Strategy "mod
8
8
- [CommentEnum.MemberB](README.md#memberb)
9
9
- [SameName.prop](README.md#prop-2)
10
10
- [TypeWithGenerics](README.md#typewithgenericsc-d)
11
+ - [TypeDeclarationType](README.md#typedeclarationtype)
11
12
- [Links to declaration1](README.md#declaration1)
12
- - NotFound
13
13
"
14
14
` ;
15
15
@@ -29,8 +29,8 @@ Links using \`{@link}\` inline tags.
29
29
- [CommentEnum.MemberB](enumerations/CommentEnum.md#memberb)
30
30
- [SameName.prop](interfaces/SameName.md#prop)
31
31
- [TypeWithGenerics](type-aliases/TypeWithGenerics.md)
32
- - [Links to declaration1 ](type-aliases/TypeDeclarationTable .md#declaration1 )
33
- - NotFound
32
+ - [TypeDeclarationType ](type-aliases/TypeDeclarationType .md)
33
+ - [Links to declaration1](type-aliases/TypeDeclarationType.md#declaration1)
34
34
35
35
External links:
36
36
@@ -40,7 +40,6 @@ External links:
40
40
Relative Links:
41
41
42
42
- [Relative Document](_media/PROJECT_DOC_1.md)
43
- - [Relative Link](../../../groups/members/opts-1/index.md)
44
43
45
44
Relative Image Links:
46
45
@@ -104,7 +103,7 @@ Some <p> html </p> inside codeblock
104
103
105
104
## Type Aliases
106
105
107
- - [TypeDeclarationTable ](type-aliases/TypeDeclarationTable .md)
106
+ - [TypeDeclarationType ](type-aliases/TypeDeclarationType .md)
108
107
- [typeWithBlockTags](type-aliases/typeWithBlockTags.md)
109
108
- [TypeWithGenerics](type-aliases/TypeWithGenerics.md)
110
109
@@ -114,7 +113,7 @@ Some <p> html </p> inside codeblock
114
113
- [prop](variables/prop.md)
115
114
- [propb](variables/propb.md)
116
115
- [SameName](variables/SameName.md)
117
- - [TypeDeclarationTable ](variables/TypeDeclarationTable .md)
116
+ - [TypeDeclarationConst ](variables/TypeDeclarationConst .md)
118
117
119
118
## Functions
120
119
@@ -233,7 +232,7 @@ Other block tags
233
232
"
234
233
`;
235
234
236
- exports[`Comments should get tables for emum : (Output File Strategy "members") (Option Group "1") 1`] = `
235
+ exports[`Comments should get tables for enum : (Output File Strategy "members") (Option Group "1") 1`] = `
237
236
"# Enumeration: EnumMembersTable
238
237
239
238
## Enumeration Members
@@ -244,7 +243,7 @@ exports[`Comments should get tables for emum: (Output File Strategy "members") (
244
243
"
245
244
`;
246
245
247
- exports[`Comments should get tables for emum : (Output File Strategy "members") (Option Group "2") 1`] = `
246
+ exports[`Comments should get tables for enum : (Output File Strategy "members") (Option Group "2") 1`] = `
248
247
"# Enumeration: EnumMembersTable
249
248
250
249
## Enumeration Members
@@ -501,9 +500,9 @@ Experimental flag comments
501
500
`;
502
501
503
502
exports[`Comments should get tables for type declarations: (Output File Strategy "members") (Option Group "1") 1`] = `
504
- "# Type Alias: TypeDeclarationTable
503
+ "# Type Alias: TypeDeclarationType
505
504
506
- > **TypeDeclarationTable **: \`object\`
505
+ > **TypeDeclarationType **: \`object\`
507
506
508
507
## Type declaration
509
508
@@ -520,9 +519,9 @@ exports[`Comments should get tables for type declarations: (Output File Strategy
520
519
`;
521
520
522
521
exports[`Comments should get tables for type declarations: (Output File Strategy "members") (Option Group "1") 2`] = `
523
- "# Variable: TypeDeclarationTable
522
+ "# Variable: TypeDeclarationConst
524
523
525
- > **TypeDeclarationTable **: \`object\`
524
+ > \`const\` **TypeDeclarationConst **: \`object\`
526
525
527
526
## Type declaration
528
527
@@ -538,9 +537,9 @@ exports[`Comments should get tables for type declarations: (Output File Strategy
538
537
`;
539
538
540
539
exports[`Comments should get tables for type declarations: (Output File Strategy "members") (Option Group "2") 1`] = `
541
- "# Type Alias: TypeDeclarationTable
540
+ "# Type Alias: TypeDeclarationType
542
541
543
- > **TypeDeclarationTable **: \\{ \` declaration1\` : \` boolean\` ; \` declaration2\` : \` boolean\` ; \` declaration4\` : \` 100\` ; \\ }
542
+ > **TypeDeclarationType **: \\{ \` declaration1\` : \` boolean\` ; \` declaration2\` : \` boolean\` ; \` declaration4\` : \` 100\` ; \\ }
544
543
545
544
## Type declaration
546
545
@@ -616,9 +615,9 @@ to generate the binary output for input validation.
616
615
` ;
617
616
618
617
exports [` Comments should get tables for type declarations: (Output File Strategy "members") (Option Group "2") 2` ] = `
619
- "# Variable: TypeDeclarationTable
618
+ "# Variable: TypeDeclarationConst
620
619
621
- > **TypeDeclarationTable **: \\ { \` declaration1\` : \` string\` ; \` declaration2\` : \` number\` ; \\ }
620
+ > \` const \` **TypeDeclarationConst **: \\ { \` declaration1\` : \` string\` ; \` declaration2\` : \` number\` ; \\ }
622
621
623
622
## Type declaration
624
623
0 commit comments