Skip to content

Commit e7fb223

Browse files
committed
Update test output
1 parent f74a665 commit e7fb223

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,21 @@
3737
"members": [
3838
{
3939
"kind": "Constructor",
40-
"canonicalReference": "(:constructor,instance,0)",
40+
"canonicalReference": "(:constructor,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,
4948
"releaseTag": "Public",
5049
"overloadIndex": 0,
5150
"parameters": []
5251
},
5352
{
5453
"kind": "Constructor",
55-
"canonicalReference": "(:constructor,instance,1)",
54+
"canonicalReference": "(:constructor,1)",
5655
"docComment": "/**\n * The overloaded constructor for `DocBaseClass`\n */\n",
5756
"excerptTokens": [
5857
{
@@ -76,7 +75,6 @@
7675
"text": ");"
7776
}
7877
],
79-
"isStatic": false,
8078
"releaseTag": "Public",
8179
"overloadIndex": 1,
8280
"parameters": [

0 commit comments

Comments
 (0)