- \`declaration4\`
+ \`declaration3\`
|
diff --git a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/objects-and-params.spec.ts.snap b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/objects-and-params.spec.ts.snap
index efdbecdf6..7750f0fcc 100644
--- a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/objects-and-params.spec.ts.snap
+++ b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/objects-and-params.spec.ts.snap
@@ -210,18 +210,18 @@ Comments for BasicInterface
| Property | Type | Description |
| :------ | :------ | :------ |
-| ~~\`deprecatedProp\`~~ | \`string\` | **Deprecated** This prop is deprecated **See** Comments for some tag |
-| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper |
-| \`optionalProp?\` | \`string\` | Comments for optional prop |
-| \`prop\` | \`string\` | Comments for prop |
-| \`propReturningObjectDeclaration\` | \\{ \`a\`: \`boolean\`; \`b\`: \`string\`; \\} | Comments for propReturningObjectDeclaration |
+| ~~\`deprecatedProp\`~~ | \`string\` | **Deprecated** This prop is deprecated **See** Comments for some tag |
+| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper |
+| \`optionalProp?\` | \`string\` | Comments for optional prop |
+| \`prop\` | \`string\` | Comments for prop |
+| \`propReturningObjectDeclaration\` | \\{ \`a\`: \`boolean\`; \`b\`: \`string\`; \\} | Comments for propReturningObjectDeclaration |
| \`propReturningObjectDeclaration.a\` | \`boolean\` | - |
| \`propReturningObjectDeclaration.b\` | \`string\` | - |
-| \`propReturningObjectDeclarations\` | \\{ \`a\`: \`boolean\`; \`b\`: \`string\`; \\} & \\{ \`c\`: \`boolean\`; \`d\`: \`string\`; \\} | Comments for propReturningObjectDeclarations |
-| \`propReturningSignatureDeclaration?\` | () => \`string\` \\| \`number\` \\| \`boolean\` | Comments for propReturningSignatureDeclaration |
-| \`propReturningSignatureDeclarations\` | () => \`any\` & (\`paramsA\`: \`true\` \\| \`any\`[], \`paramsB\`?: \`any\`) => \`any\` & (\`paramsC\`: \`any\`) => \`any\` | Comments for propReturningSignatureDeclarations |
-| \`propWithFunction\` | (\`options\`: \\{ \`a\`: \`boolean\`; \`b\`: \`string\`; \\}) => \`boolean\` | Comments for propWithFunction |
-| \`propWithProps\` | \\{ \`callbacks\`: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\>; \`nestedPropA\`: \`string\`; \`nestedPropB\`: \`boolean\`; \`nestedPropC\`: \\{ \`nestedPropCA\`: \`string\`; \\}; \`nestedPropD\`: () => \`boolean\`; \\} | Comments for propWithProps |
+| \`propReturningObjectDeclarations\` | \\{ \`a\`: \`boolean\`; \`b\`: \`string\`; \\} & \\{ \`c\`: \`boolean\`; \`d\`: \`string\`; \\} | Comments for propReturningObjectDeclarations |
+| \`propReturningSignatureDeclaration?\` | () => \`string\` \\| \`number\` \\| \`boolean\` | Comments for propReturningSignatureDeclaration |
+| \`propReturningSignatureDeclarations\` | () => \`any\` & (\`paramsA\`: \`true\` \\| \`any\`[], \`paramsB\`?: \`any\`) => \`any\` & (\`paramsC\`: \`any\`) => \`any\` | Comments for propReturningSignatureDeclarations |
+| \`propWithFunction\` | (\`options\`: \\{ \`a\`: \`boolean\`; \`b\`: \`string\`; \\}) => \`boolean\` | Comments for propWithFunction |
+| \`propWithProps\` | \\{ \`callbacks\`: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\>; \`nestedPropA\`: \`string\`; \`nestedPropB\`: \`boolean\`; \`nestedPropC\`: \\{ \`nestedPropCA\`: \`string\`; \\}; \`nestedPropD\`: () => \`boolean\`; \\} | Comments for propWithProps |
| \`propWithProps.callbacks?\` | \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\> | Comments for callbacks |
| \`propWithProps.nestedPropA\` | \`string\` | Comments for nestedPropA |
| \`propWithProps.nestedPropB\` | \`boolean\` | Comments for nestedPropB |
diff --git a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.class.spec.ts.snap b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.class.spec.ts.snap
index f58794e0a..e687f1a79 100644
--- a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.class.spec.ts.snap
+++ b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.class.spec.ts.snap
@@ -72,7 +72,7 @@ new AbstractClass(): AbstractClass
| Property | Modifier | Type | Description |
| :------ | :------ | :------ | :------ |
-| \`abstractProp\` | \`abstract\` | \`string\` | Comments for abstractProp |
+| \`abstractProp\` | \`abstract\` | \`string\` | Comments for abstractProp |
## Methods
@@ -158,7 +158,7 @@ new BasicClass(): BasicClass
| Property | Type | Description |
| :------ | :------ | :------ |
-| \`prop\` | \`string\` | Comments for prop |
+| \`prop\` | \`string\` | Comments for prop |
## Methods
@@ -347,7 +347,7 @@ new ClassWithAccessors(): ClassWithAccessors
| Property | Modifier | Type |
| :------ | :------ | :------ |
-| \`privateProp\` | \`private\` | \`string\` |
+| \`privateProp\` | \`private\` | \`string\` |
## Accessors
@@ -497,7 +497,7 @@ new ClassWithComplexProps(): ClassWithComplexProps
| Property | Type | Description |
| :------ | :------ | :------ |
-| \`objecLiteralProp\` | \`object\` | - |
+| \`objecLiteralProp\` | \`object\` | - |
| \`objecLiteralProp.someFunction\` | (\`a\`: \`string\`) => \`string\` | Comments for someFunction |
| \`objecLiteralProp.someProp\` | \`string\` | Comments for someProp |
"
@@ -726,8 +726,8 @@ new ClassWithFlags(): ClassWithFlags
| Property | Modifier | Type | Description |
| :------ | :------ | :------ | :------ |
-| \`expermintalProp\` | \`public\` | \`string\` | **\`Experimental\`** |
-| \`internalProp\` | \`private\` | \`string\` | **\`Internal\`** |
+| \`expermintalProp\` | \`public\` | \`string\` | **\`Experimental\`** |
+| \`internalProp\` | \`private\` | \`string\` | **\`Internal\`** |
## Methods
@@ -897,11 +897,11 @@ new ClassWithModifiers(): ClassWithModifiers
| Property | Modifier | Type | Default value | Description |
| :------ | :------ | :------ | :------ | :------ |
-| \`privateProp\` | \`private\` | \`string\` | \`undefined\` | Comments for privateProp |
-| \`protectedProp\` | \`protected\` | \`string\` | \`undefined\` | Comments for protectedProp |
-| \`publicPropWithDefault\` | \`public\` | \`string\` | \`'propWithDefault'\` | Comments for propWithDefault |
-| \`readonlyProp\` | \`readonly\` | \`string\` | \`undefined\` | Comments for abstractProperty |
-| \`staticProp\` | \`static\` | \`string\` | \`undefined\` | Comments for staticProp |
+| \`privateProp\` | \`private\` | \`string\` | \`undefined\` | Comments for privateProp |
+| \`protectedProp\` | \`protected\` | \`string\` | \`undefined\` | Comments for protectedProp |
+| \`publicPropWithDefault\` | \`public\` | \`string\` | \`'propWithDefault'\` | Comments for propWithDefault |
+| \`readonlyProp\` | \`readonly\` | \`string\` | \`undefined\` | Comments for abstractProperty |
+| \`staticProp\` | \`static\` | \`string\` | \`undefined\` | Comments for staticProp |
## Methods
@@ -1119,10 +1119,10 @@ new ClassWithSimpleProps(): ClassWithSimpleProps
| Property | Type | Default value | Description |
| :------ | :------ | :------ | :------ |
-| \`propA\` | \`string\` | \`'propAValue'\` | Comments for propA |
-| \`propB\` | \`string\` | \`'propBDefaultValue'\` | Comments for propB |
-| \`propC\` | \`string\` | \`'propCDefaultValue'\` | Comments for propB on two lines |
-| \`propD\` | \`string\` | \`undefined\` | Comments for propE |
+| \`propA\` | \`string\` | \`'propAValue'\` | Comments for propA |
+| \`propB\` | \`string\` | \`'propBDefaultValue'\` | Comments for propB |
+| \`propC\` | \`string\` | \`'propCDefaultValue'\` | Comments for propB on two lines |
+| \`propD\` | \`string\` | \`undefined\` | Comments for propE |
"
`;
@@ -1408,8 +1408,8 @@ new DerivedClassA(): DerivedClassA
| Property | Type | Default value | Description | Overrides |
| :------ | :------ | :------ | :------ | :------ |
-| \`abstractProp\` | \`string\` | \`'abstractProp'\` | Comments for abstractProp | [\`AbstractClass\`](AbstractClass.md).\`abstractProp\` |
-| \`derivedProp\` | \`string\` | \`undefined\` | - | - |
+| \`abstractProp\` | \`string\` | \`'abstractProp'\` | Comments for abstractProp | [\`AbstractClass\`](AbstractClass.md).[\`abstractProp\`](AbstractClass.md#abstractprop) |
+| \`derivedProp\` | \`string\` | \`undefined\` | - | - |
## Methods
diff --git a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.enum.spec.ts.snap b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.enum.spec.ts.snap
index 9fa469176..1fdb41d00 100644
--- a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.enum.spec.ts.snap
+++ b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.enum.spec.ts.snap
@@ -40,8 +40,8 @@ Comments for enum
| Enumeration Member | Value | Description |
| :------ | :------ | :------ |
-| \`MemberA\` | \`0\` | Comments for MemberA |
-| \`MemberB\` | \`1\` | Comments for MemberB |
+| \`MemberA\` | \`0\` | Comments for MemberA |
+| \`MemberB\` | \`1\` | Comments for MemberB |
"
`;
@@ -81,7 +81,7 @@ Comments for enum
| Enumeration Member | Value |
| :------ | :------ |
-| \`MemberA\` | \`"UP"\` |
-| \`MemberB\` | \`"DOWN"\` |
+| \`MemberA\` | \`"UP"\` |
+| \`MemberB\` | \`"DOWN"\` |
"
`;
diff --git a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.function.spec.ts.snap b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.function.spec.ts.snap
index 7164bb033..aa298817a 100644
--- a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.function.spec.ts.snap
+++ b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.function.spec.ts.snap
@@ -351,8 +351,8 @@ Return comments
| Name | Type | Default value |
| :------ | :------ | :------ |
-| \`x\` | \`number\` | 1 |
-| \`y\` | \`number\` | 2 |
+| \`x\` | \`number\` | 1 |
+| \`y\` | \`number\` | 2 |
"
`;
diff --git a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.interface.spec.ts.snap b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.interface.spec.ts.snap
index 4d796bcb8..d1dbc986a 100644
--- a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.interface.spec.ts.snap
+++ b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.interface.spec.ts.snap
@@ -234,18 +234,18 @@ Comments for BasicInterface
| Property | Type | Description |
| :------ | :------ | :------ |
-| ~~\`deprecatedProp\`~~ | \`string\` | **Deprecated** This prop is deprecated **See** Comments for some tag |
-| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper |
-| \`optionalProp?\` | \`string\` | Comments for optional prop |
-| \`prop\` | \`string\` | Comments for prop |
-| \`propReturningObjectDeclaration\` | \`object\` | Comments for propReturningObjectDeclaration |
+| ~~\`deprecatedProp\`~~ | \`string\` | **Deprecated** This prop is deprecated **See** Comments for some tag |
+| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper |
+| \`optionalProp?\` | \`string\` | Comments for optional prop |
+| \`prop\` | \`string\` | Comments for prop |
+| \`propReturningObjectDeclaration\` | \`object\` | Comments for propReturningObjectDeclaration |
| \`propReturningObjectDeclaration.a\` | \`boolean\` | - |
| \`propReturningObjectDeclaration.b\` | \`string\` | - |
-| \`propReturningObjectDeclarations\` | \`object\` & \`object\` | Comments for propReturningObjectDeclarations |
-| \`propReturningSignatureDeclaration?\` | () => \`string\` \\| \`number\` \\| \`boolean\` | Comments for propReturningSignatureDeclaration |
-| \`propReturningSignatureDeclarations\` | () => \`any\` & (\`paramsA\`: \`true\` \\| \`any\`[], \`paramsB\`?: \`any\`) => \`any\` & (\`paramsC\`: \`any\`) => \`any\` | Comments for propReturningSignatureDeclarations |
-| \`propWithFunction\` | (\`options\`: \`object\`) => \`boolean\` | Comments for propWithFunction |
-| \`propWithProps\` | \`object\` | Comments for propWithProps |
+| \`propReturningObjectDeclarations\` | \`object\` & \`object\` | Comments for propReturningObjectDeclarations |
+| \`propReturningSignatureDeclaration?\` | () => \`string\` \\| \`number\` \\| \`boolean\` | Comments for propReturningSignatureDeclaration |
+| \`propReturningSignatureDeclarations\` | () => \`any\` & (\`paramsA\`: \`true\` \\| \`any\`[], \`paramsB\`?: \`any\`) => \`any\` & (\`paramsC\`: \`any\`) => \`any\` | Comments for propReturningSignatureDeclarations |
+| \`propWithFunction\` | (\`options\`: \`object\`) => \`boolean\` | Comments for propWithFunction |
+| \`propWithProps\` | \`object\` | Comments for propWithProps |
| \`propWithProps.callbacks?\` | \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\> | Comments for callbacks |
| \`propWithProps.nestedPropA\` | \`string\` | Comments for nestedPropA |
| \`propWithProps.nestedPropB\` | \`boolean\` | Comments for nestedPropB |
@@ -537,19 +537,19 @@ Comments for ExtendedInterface
| Property | Type | Description | Inherited from |
| :------ | :------ | :------ | :------ |
-| ~~\`deprecatedProp\`~~ | \`string\` | **Deprecated** This prop is deprecated **See** Comments for some tag | [\`BasicInterface\`](BasicInterface.md).\`deprecatedProp\` |
-| \`extendedProp\` | \`string\` | - | - |
-| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper | [\`BasicInterface\`](BasicInterface.md).\`functionProp\` |
-| \`optionalProp?\` | \`string\` | Comments for optional prop | [\`BasicInterface\`](BasicInterface.md).\`optionalProp\` |
-| \`prop\` | \`string\` | Comments for prop | [\`BasicInterface\`](BasicInterface.md).\`prop\` |
-| \`propReturningObjectDeclaration\` | \`object\` | Comments for propReturningObjectDeclaration | [\`BasicInterface\`](BasicInterface.md).\`propReturningObjectDeclaration\` |
+| ~~\`deprecatedProp\`~~ | \`string\` | **Deprecated** This prop is deprecated **See** Comments for some tag | [\`BasicInterface\`](BasicInterface.md).[\`deprecatedProp\`](BasicInterface.md#deprecatedprop) |
+| \`extendedProp\` | \`string\` | - | - |
+| \`functionProp\` | (\`s\`: \`string\`) => \`boolean\` | Comments for functionProper | [\`BasicInterface\`](BasicInterface.md).[\`functionProp\`](BasicInterface.md#functionprop) |
+| \`optionalProp?\` | \`string\` | Comments for optional prop | [\`BasicInterface\`](BasicInterface.md).[\`optionalProp\`](BasicInterface.md#optionalprop) |
+| \`prop\` | \`string\` | Comments for prop | [\`BasicInterface\`](BasicInterface.md).[\`prop\`](BasicInterface.md#prop) |
+| \`propReturningObjectDeclaration\` | \`object\` | Comments for propReturningObjectDeclaration | [\`BasicInterface\`](BasicInterface.md).[\`propReturningObjectDeclaration\`](BasicInterface.md#propreturningobjectdeclaration) |
| \`propReturningObjectDeclaration.a\` | \`boolean\` | - | - |
| \`propReturningObjectDeclaration.b\` | \`string\` | - | - |
-| \`propReturningObjectDeclarations\` | \`object\` & \`object\` | Comments for propReturningObjectDeclarations | [\`BasicInterface\`](BasicInterface.md).\`propReturningObjectDeclarations\` |
-| \`propReturningSignatureDeclaration?\` | () => \`string\` \\| \`number\` \\| \`boolean\` | Comments for propReturningSignatureDeclaration | [\`BasicInterface\`](BasicInterface.md).\`propReturningSignatureDeclaration\` |
-| \`propReturningSignatureDeclarations\` | () => \`any\` & (\`paramsA\`: \`true\` \\| \`any\`[], \`paramsB\`?: \`any\`) => \`any\` & (\`paramsC\`: \`any\`) => \`any\` | Comments for propReturningSignatureDeclarations | [\`BasicInterface\`](BasicInterface.md).\`propReturningSignatureDeclarations\` |
-| \`propWithFunction\` | (\`options\`: \`object\`) => \`boolean\` | Comments for propWithFunction | [\`BasicInterface\`](BasicInterface.md).\`propWithFunction\` |
-| \`propWithProps\` | \`object\` | Comments for propWithProps | [\`BasicInterface\`](BasicInterface.md).\`propWithProps\` |
+| \`propReturningObjectDeclarations\` | \`object\` & \`object\` | Comments for propReturningObjectDeclarations | [\`BasicInterface\`](BasicInterface.md).[\`propReturningObjectDeclarations\`](BasicInterface.md#propreturningobjectdeclarations) |
+| \`propReturningSignatureDeclaration?\` | () => \`string\` \\| \`number\` \\| \`boolean\` | Comments for propReturningSignatureDeclaration | [\`BasicInterface\`](BasicInterface.md).[\`propReturningSignatureDeclaration\`](BasicInterface.md#propreturningsignaturedeclaration) |
+| \`propReturningSignatureDeclarations\` | () => \`any\` & (\`paramsA\`: \`true\` \\| \`any\`[], \`paramsB\`?: \`any\`) => \`any\` & (\`paramsC\`: \`any\`) => \`any\` | Comments for propReturningSignatureDeclarations | [\`BasicInterface\`](BasicInterface.md).[\`propReturningSignatureDeclarations\`](BasicInterface.md#propreturningsignaturedeclarations) |
+| \`propWithFunction\` | (\`options\`: \`object\`) => \`boolean\` | Comments for propWithFunction | [\`BasicInterface\`](BasicInterface.md).[\`propWithFunction\`](BasicInterface.md#propwithfunction) |
+| \`propWithProps\` | \`object\` | Comments for propWithProps | [\`BasicInterface\`](BasicInterface.md).[\`propWithProps\`](BasicInterface.md#propwithprops) |
| \`propWithProps.callbacks?\` | \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\> | Comments for callbacks | - |
| \`propWithProps.nestedPropA\` | \`string\` | Comments for nestedPropA | - |
| \`propWithProps.nestedPropB\` | \`boolean\` | Comments for nestedPropB | - |
@@ -597,7 +597,7 @@ Comments for IndexableInterface
| Property | Type |
| :------ | :------ |
-| \`prop\` | \`string\` |
+| \`prop\` | \`string\` |
"
`;
@@ -683,7 +683,7 @@ And some more comments
| Property | Type | Description |
| :------ | :------ | :------ |
-| ~~\`propertyWithComments\`~~ | \`string\` | Some text. - list item - list item **Deprecated** This is a deprecated property **See** https://example.com |
+| ~~\`propertyWithComments\`~~ | \`string\` | Some text. - list item - list item **Deprecated** This is a deprecated property **See** https://example.com |
"
`;
@@ -747,14 +747,14 @@ exports[`Interface Reflection should compile interface with event properties: (O
| Property | Type | Description |
| :------ | :------ | :------ |
-| \`someProp?\` | \`boolean\` | Description for prop someProp |
+| \`someProp?\` | \`boolean\` | Description for prop someProp |
## Events
| Event | Type | Description |
| :------ | :------ | :------ |
-| \`anotherEvent\` | \`MouseEvent\` | - |
-| ~~\`someEvent?\`~~ | (\`eventParam\`: [\`CustomEventInterface\`](CustomEventInterface.md)\\<\`MouseEvent\`\\>) => \`void\` | Description for event someEvent **Deprecated** Deprectaed comments |
+| \`anotherEvent\` | \`MouseEvent\` | - |
+| ~~\`someEvent?\`~~ | (\`eventParam\`: [\`CustomEventInterface\`](CustomEventInterface.md)\\<\`MouseEvent\`\\>) => \`void\` | Description for event someEvent **Deprecated** Deprectaed comments |
"
`;
@@ -800,8 +800,8 @@ Comments for InterfaceWithFlags
| Property | Type | Description |
| :------ | :------ | :------ |
-| \`expermintalProp?\` | \`string\` | **\`Experimental\`** |
-| \`internalProp\` | \`string\` | **\`Internal\`** Comments for internalProp |
+| \`expermintalProp?\` | \`string\` | **\`Experimental\`** |
+| \`internalProp\` | \`string\` | **\`Internal\`** Comments for internalProp |
"
`;
@@ -845,7 +845,7 @@ Comments for InterfaceWithTypeParameters
| Property | Type | Description |
| :------ | :------ | :------ |
-| \`prop\` | \`A\` | Comments for prop |
+| \`prop\` | \`A\` | Comments for prop |
"
`;
@@ -891,6 +891,6 @@ exports[`Interface Reflection should compile multiple indexable interface: (Outp
| Property | Type | Description |
| :------ | :------ | :------ |
-| \`prop\` | \`string\` | Prop |
+| \`prop\` | \`string\` | Prop |
"
`;
diff --git a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.type-alias.spec.ts.snap b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.type-alias.spec.ts.snap
index a6743b5e3..7f34abe64 100644
--- a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.type-alias.spec.ts.snap
+++ b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.type-alias.spec.ts.snap
@@ -279,18 +279,18 @@ Comments for LiteralType
| Name | Type | Description |
| :------ | :------ | :------ |
-| \`someFunctionWithArrow\` | () => \`string\` | Comments for someFunctionWithArrow |
-| \`x\`? | \`string\` | comment for x |
-| \`y\` | \`object\` | comment for y |
+| \`someFunctionWithArrow\` | () => \`string\` | Comments for someFunctionWithArrow |
+| \`x\`? | \`string\` | comment for x |
+| \`y\` | \`object\` | comment for y |
| \`y.x\` | \`string\` | comment for y.x |
| \`y.y\`? | \`boolean\` \\| \`string\` | comment for y.y |
| \`y.z\` | (\`x\`: \`string\`) => \`string\` | comment for y.z |
-| \`z\` | (\`x\`: \`string\`) => \`string\` | - |
-| \`get accessorA\` | [\`Promise\`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\<\`string\`\\> | Comments for accessorA getter |
-| \`set accessorA\` | \`void\` | Comments for accessorA setter |
-| \`get accessorB\` | \`string\` | - |
-| \`set accessorB\` | \`void\` | - |
-| \`someFunction()\` | [\`Promise\`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\<\`any\`\\> | Comments for someFunction |
+| \`z\` | (\`x\`: \`string\`) => \`string\` | - |
+| \`get accessorA\` | [\`Promise\`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\<\`string\`\\> | Comments for accessorA getter |
+| \`set accessorA\` | \`void\` | Comments for accessorA setter |
+| \`get accessorB\` | \`string\` | - |
+| \`set accessorB\` | \`void\` | - |
+| \`someFunction()\` | [\`Promise\`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\\<\`any\`\\> | Comments for someFunction |
"
`;
@@ -363,10 +363,10 @@ Comments for FunctionType
- Test link resolution for:
-- [\`LiteralType\`](LiteralType.md) and uses [LiteralType#x](LiteralType.md)
-- [\`BasicInterface\`](../interfaces/BasicInterface.md) and uses [BasicInterface#prop](../interfaces/BasicInterface.md)
-- [\`BasicClass\`](../classes/BasicClass.md) and uses [BasicClass#prop](../classes/BasicClass.md)
-- [\`BasicEnum\`](../enumerations/BasicEnum.md) and uses [BasicEnum#MemberA](../enumerations/BasicEnum.md)
+- [\`LiteralType\`](LiteralType.md) and uses [LiteralType#x](LiteralType.md#x)
+- [\`BasicInterface\`](../interfaces/BasicInterface.md) and uses [BasicInterface#prop](../interfaces/BasicInterface.md#prop)
+- [\`BasicClass\`](../classes/BasicClass.md) and uses [BasicClass#prop](../classes/BasicClass.md#prop)
+- [\`BasicEnum\`](../enumerations/BasicEnum.md) and uses [BasicEnum#MemberA](../enumerations/BasicEnum.md#membera)
## Parameters
diff --git a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.variable.spec.ts.snap b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.variable.spec.ts.snap
index 14a097329..e9bf0845d 100644
--- a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.variable.spec.ts.snap
+++ b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.variable.spec.ts.snap
@@ -34,7 +34,7 @@ Comments variable with symbol
| Name | Type | Default value | Description |
| :------ | :------ | :------ | :------ |
-| \`[sym]\` | \`string\` | 'value' | Comments for symbol |
+| \`[sym]\` | \`string\` | 'value' | Comments for symbol |
"
`;
@@ -200,12 +200,12 @@ xyz.com
| Name | Type | Default value | Description |
| :------ | :------ | :------ | :------ |
-| \`valueA\` | \`number\` | 100 | Comments for valueA |
-| \`valueB\` | \`boolean\` | true | - |
-| \`valueX\` | \`object\` | - | Comments for valueX |
+| \`valueA\` | \`number\` | 100 | Comments for valueA |
+| \`valueB\` | \`boolean\` | true | - |
+| \`valueX\` | \`object\` | - | Comments for valueX |
| \`valueX.valueA\` | \`number\`[] | - | Comment for valueX.valueA |
| \`valueX.valueY\` | (\`z\`: \`string\`) => \`object\` | - | - |
| \`valueX.valueZ\` | \`string\` | 'foo' | - |
-| \`valueY\` | (\`unionParam\`: \`"a"\` \\| \`"b"\`, \`_undercoreParam_\`: \`string\`) => \`string\` | - | - |
+| \`valueY\` | (\`unionParam\`: \`"a"\` \\| \`"b"\`, \`_undercoreParam_\`: \`string\`) => \`string\` | - | - |
"
`;
diff --git a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/text.spec.ts.snap b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/text.spec.ts.snap
index e2a2c30ef..8e5999364 100644
--- a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/text.spec.ts.snap
+++ b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/text.spec.ts.snap
@@ -47,13 +47,13 @@ exports[`Text should get translations for member page: (Output File Strategy "me
| プãƒãƒ‘ティ | Type (jp) | 説明 |
| :------ | :------ | :------ |
-| \`someProp?\` | \`boolean\` | Description for prop someProp |
+| \`someProp?\` | \`boolean\` | Description for prop someProp |
## Events
| イベント | Type (jp) |
| :------ | :------ |
-| \`someEvent\` | \`MouseEvent\` |
+| \`someEvent\` | \`MouseEvent\` |
***
@@ -74,13 +74,13 @@ exports[`Text should get translations for member page: (Output File Strategy "me
| Property | Type | Description |
| :------ | :------ | :------ |
-| \`someProp?\` | \`boolean\` | Description for prop someProp |
+| \`someProp?\` | \`boolean\` | Description for prop someProp |
## Events
| Event | Type |
| :------ | :------ |
-| \`someEvent\` | \`MouseEvent\` |
+| \`someEvent\` | \`MouseEvent\` |
"
`;
diff --git a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/urls.spec.ts.snap b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/urls.spec.ts.snap
index 3c3a58857..d95f5613d 100644
--- a/packages/typedoc-plugin-markdown/test/specs/__snapshots__/urls.spec.ts.snap
+++ b/packages/typedoc-plugin-markdown/test/specs/__snapshots__/urls.spec.ts.snap
@@ -1013,6 +1013,7 @@ exports[`Urls should gets Urls with media assets: outputFileStrategy: members 1`
"interfaces/InterfacePropertiesTable.md",
"interfaces/SameName.md",
"type-aliases/TypeDeclarationType.md",
+ "type-aliases/TypeDeclarationType2.md",
"type-aliases/TypeWithGenerics.md",
"type-aliases/typeWithBlockTags.md",
"variables/SameName.md",
@@ -1042,6 +1043,7 @@ exports[`Urls should gets Urls with media assets: outputFileStrategy: members 2`
"Interface.SameName.md",
"README.md",
"TypeAlias.TypeDeclarationType.md",
+ "TypeAlias.TypeDeclarationType2.md",
"TypeAlias.TypeWithGenerics.md",
"TypeAlias.typeWithBlockTags.md",
"Variable.SameName.md",
|