|
17 | 17 | "members": [ |
18 | 18 | { |
19 | 19 | "kind": "Variable", |
20 | | - "canonicalReference": "api-documenter-test!constVariable:variable", |
| 20 | + "canonicalReference": "api-documenter-test!constVariable:var", |
21 | 21 | "docComment": "/**\n * An exported variable declaration.\n *\n * @public\n */\n", |
22 | 22 | "excerptTokens": [ |
23 | 23 | { |
|
612 | 612 | "members": [ |
613 | 613 | { |
614 | 614 | "kind": "EnumMember", |
615 | | - "canonicalReference": "api-documenter-test!DocEnum.One:enummember", |
| 615 | + "canonicalReference": "api-documenter-test!DocEnum.One:member", |
616 | 616 | "docComment": "/**\n * These are some docs for One\n */\n", |
617 | 617 | "excerptTokens": [ |
618 | 618 | { |
|
637 | 637 | }, |
638 | 638 | { |
639 | 639 | "kind": "EnumMember", |
640 | | - "canonicalReference": "api-documenter-test!DocEnum.Two:enummember", |
| 640 | + "canonicalReference": "api-documenter-test!DocEnum.Two:member", |
641 | 641 | "docComment": "/**\n * These are some docs for Two\n */\n", |
642 | 642 | "excerptTokens": [ |
643 | 643 | { |
|
662 | 662 | }, |
663 | 663 | { |
664 | 664 | "kind": "EnumMember", |
665 | | - "canonicalReference": "api-documenter-test!DocEnum.Zero:enummember", |
| 665 | + "canonicalReference": "api-documenter-test!DocEnum.Zero:member", |
666 | 666 | "docComment": "/**\n * These are some docs for Zero\n */\n", |
667 | 667 | "excerptTokens": [ |
668 | 668 | { |
|
689 | 689 | }, |
690 | 690 | { |
691 | 691 | "kind": "TypeAlias", |
692 | | - "canonicalReference": "api-documenter-test!ExampleTypeAlias:typealias", |
| 692 | + "canonicalReference": "api-documenter-test!ExampleTypeAlias:type", |
693 | 693 | "docComment": "/**\n * A type alias\n *\n * @public\n */\n", |
694 | 694 | "excerptTokens": [ |
695 | 695 | { |
|
971 | 971 | "members": [ |
972 | 972 | { |
973 | 973 | "kind": "CallSignature", |
974 | | - "canonicalReference": "api-documenter-test!IDocInterface3:signature(1)", |
| 974 | + "canonicalReference": "api-documenter-test!IDocInterface3:call(1)", |
975 | 975 | "docComment": "/**\n * Call signature\n *\n * @param x - the parameter\n */\n", |
976 | 976 | "excerptTokens": [ |
977 | 977 | { |
|
1021 | 1021 | }, |
1022 | 1022 | { |
1023 | 1023 | "kind": "ConstructSignature", |
1024 | | - "canonicalReference": "api-documenter-test!IDocInterface3:signature(1)", |
| 1024 | + "canonicalReference": "api-documenter-test!IDocInterface3:new(1)", |
1025 | 1025 | "docComment": "/**\n * Construct signature\n */\n", |
1026 | 1026 | "excerptTokens": [ |
1027 | 1027 | { |
|
1047 | 1047 | }, |
1048 | 1048 | { |
1049 | 1049 | "kind": "IndexSignature", |
1050 | | - "canonicalReference": "api-documenter-test!IDocInterface3:signature(1)", |
| 1050 | + "canonicalReference": "api-documenter-test!IDocInterface3:index(1)", |
1051 | 1051 | "docComment": "/**\n * Indexer\n *\n * @param x - the parameter\n */\n", |
1052 | 1052 | "excerptTokens": [ |
1053 | 1053 | { |
|
1469 | 1469 | }, |
1470 | 1470 | { |
1471 | 1471 | "kind": "Variable", |
1472 | | - "canonicalReference": "api-documenter-test!OuterNamespace.nestedVariable:variable", |
| 1472 | + "canonicalReference": "api-documenter-test!OuterNamespace.nestedVariable:var", |
1473 | 1473 | "docComment": "/**\n * A variable exported from within a namespace.\n */\n", |
1474 | 1474 | "excerptTokens": [ |
1475 | 1475 | { |
|
0 commit comments