Skip to content

Commit 644ea51

Browse files
committed
Have a single way to use the @see tag with a @link
1 parent a97a4ac commit 644ea51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsdoc/src/details/StandardTags.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,8 @@ export class StandardTags {
339339
*
340340
* ```ts
341341
* /**
342-
* * Both of these will link to the bar function.
342+
* * Link to the bar function.
343343
* * @see {@link bar}
344-
* * @see bar
345344
* */
346345
* function foo() {}
347346

0 commit comments

Comments
 (0)