File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ export const sqrtArrowFunction = (x: number): number => Math.sqrt(x);
27
27
/**
28
28
* A simple generic function that concatenates two arrays.
29
29
*
30
- * Use [`@typeParam <param
31
- * name>`](https://typedoc.org/guides/doccomments/#%40typeparam-%3Cparam-name%3E-or-%40template-%3Cparam-name%3E)
30
+ * Use [`@typeParam <param name>`](https://typedoc.org/tags/typeParam/)
32
31
* to document generic type parameters, e.g.
33
32
*
34
33
* ```text
Original file line number Diff line number Diff line change 7
7
*
8
8
* ## Symbol References
9
9
*
10
- * You can link to other classes, members or functions using double square
11
- * brackets or an inline link tag. See the [TypeDoc
12
- * documentation](https://typedoc.org/guides/doccomments/#symbol-references) for
10
+ * You can link to other classes, members or functions using an inline link tag. See the [TypeDoc
11
+ * documentation](https://typedoc.org/tags/link/) for
13
12
* details.
14
13
*
15
14
* ## Code in Doc Comments
You can’t perform that action at this time.
0 commit comments