TypeScript/tests/cases/fourslash/jsdocLink2.ts
Nathan Shively-Sanders dcc27ebaf2
@link support, second try (#43312)
* Revert "Revert "Editor support for link tag (#41877)" (#43302)"

This reverts commit 451d4354b9.

* Fix parsing @link at end of comment

* Parse comments as string when no @link occurs

* fix lint
2021-03-22 16:39:35 -07:00

18 lines
381 B
TypeScript

///<reference path="fourslash.ts" />
// @Filename: jsdocLink2.ts
//// class C {
//// }
// @Filename: script.ts
//// /**
//// * {@link C}
//// * @wat Makes a {@link C}. A default one.
//// * {@link C()}
//// * {@link C|postfix text}
//// * {@link unformatted postfix text}
//// * @see {@link C} its great
//// */
//// function /**/CC() {
//// }
verify.baselineQuickInfo();