TypeScript/tests/baselines/reference/quickInfoLinkCodePlain.baseline
Nathan Shively-Sanders c4c6a83922
Add @linkcode and @linkplain tags (#44208)
* Add @linkcode and @linkplain tags

They are just like @link tags but request fixed-width and normal
presentation, respectively.

Fixes #43935

* revert JSDocComment -> JSDoc SyntaxKind rename

* update API baselines

* fix lint
2021-05-24 13:01:58 -07:00

111 lines
2.2 KiB
Plaintext

[
{
"marker": {
"fileName": "/tests/cases/fourslash/quickInfoLinkCodePlain.ts",
"position": 210,
"name": ""
},
"quickInfo": {
"kind": "method",
"kindModifiers": "deprecated",
"textSpan": {
"start": 209,
"length": 1
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "method",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "C",
"kind": "className"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "m",
"kind": "methodName"
},
{
"text": "(",
"kind": "punctuation"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "void",
"kind": "keyword"
}
],
"documentation": [],
"tags": [
{
"name": "deprecated",
"text": [
{
"text": "Use ",
"kind": "text"
},
{
"text": "{@linkplain ",
"kind": "link"
},
{
"text": "PerspectiveCamera#setFocalLength .setFocalLength()",
"kind": "linkText"
},
{
"text": "}",
"kind": "link"
},
{
"text": " and ",
"kind": "text"
},
{
"text": "{@linkcode ",
"kind": "link"
},
{
"text": "PerspectiveCamera#filmGauge .filmGauge",
"kind": "linkText"
},
{
"text": "}",
"kind": "link"
},
{
"text": " instead.",
"kind": "text"
}
]
}
]
}
}
]