docs: general fixes to references (#5653)
* fixed typedoc plugin's escape strategy * move props comments to the associated property * regenerate references
This commit is contained in:
+3
-3
@@ -88,7 +88,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
},
|
||||
{
|
||||
"name": "callback",
|
||||
"type": "(`error?`: ``null`` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"type": "(`error?`: `null` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -129,7 +129,7 @@ ___
|
||||
},
|
||||
{
|
||||
"name": "error",
|
||||
"type": "``null`` \\| [Error](../../modules/internal.mdx#error)",
|
||||
"type": "`null` \\| [Error](../../modules/internal.mdx#error)",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -138,7 +138,7 @@ ___
|
||||
},
|
||||
{
|
||||
"name": "callback",
|
||||
"type": "(`error`: ``null`` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"type": "(`error`: `null` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
+7
-7
@@ -92,7 +92,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
},
|
||||
{
|
||||
"name": "callback",
|
||||
"type": "(`error?`: ``null`` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"type": "(`error?`: `null` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -133,7 +133,7 @@ ___
|
||||
},
|
||||
{
|
||||
"name": "error",
|
||||
"type": "``null`` \\| [Error](../../modules/internal.mdx#error)",
|
||||
"type": "`null` \\| [Error](../../modules/internal.mdx#error)",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -142,7 +142,7 @@ ___
|
||||
},
|
||||
{
|
||||
"name": "callback",
|
||||
"type": "(`error`: ``null`` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"type": "(`error`: `null` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -183,7 +183,7 @@ ___
|
||||
},
|
||||
{
|
||||
"name": "callback",
|
||||
"type": "(`error?`: ``null`` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"type": "(`error?`: `null` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -242,7 +242,7 @@ ___
|
||||
},
|
||||
{
|
||||
"name": "callback",
|
||||
"type": "(`error?`: ``null`` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"type": "(`error?`: `null` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -283,7 +283,7 @@ ___
|
||||
},
|
||||
{
|
||||
"name": "chunks",
|
||||
"type": "`{ chunk: any ; encoding: [BufferEncoding](../../internal/types/internal.BufferEncoding.mdx) }`[]",
|
||||
"type": "``{ chunk: any ; encoding: [BufferEncoding](../../internal/types/internal.BufferEncoding.mdx) }``[]",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -292,7 +292,7 @@ ___
|
||||
},
|
||||
{
|
||||
"name": "callback",
|
||||
"type": "(`error?`: ``null`` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"type": "(`error?`: `null` \\| [Error](../../modules/internal.mdx#error)) => `void`",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user