Skip to content

Commit 4c238cb

Browse files
committed
Rebase master and remove the debugger file
1 parent 37e3d66 commit 4c238cb

2 files changed

Lines changed: 4 additions & 25 deletions

File tree

apps/api-documenter/.vscode/launch.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

build-tests/api-documenter-test/etc/api-documenter-test.api.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,22 @@
3737
"members": [
3838
{
3939
"kind": "Constructor",
40-
"canonicalReference": "(:constructor,0)",
40+
"canonicalReference": "(:constructor,instance,0)",
4141
"docComment": "/**\n * The simple constructor for `DocBaseClass`\n */\n",
4242
"excerptTokens": [
4343
{
4444
"kind": "Content",
4545
"text": "constructor();"
4646
}
4747
],
48+
"isStatic": false,
4849
"releaseTag": "Public",
4950
"overloadIndex": 0,
5051
"parameters": []
5152
},
5253
{
5354
"kind": "Constructor",
54-
"canonicalReference": "(:constructor,1)",
55+
"canonicalReference": "(:constructor,instance,1)",
5556
"docComment": "/**\n * The overloaded constructor for `DocBaseClass`\n */\n",
5657
"excerptTokens": [
5758
{
@@ -75,6 +76,7 @@
7576
"text": ");"
7677
}
7778
],
79+
"isStatic": false,
7880
"releaseTag": "Public",
7981
"overloadIndex": 1,
8082
"parameters": [

0 commit comments

Comments
 (0)