File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 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);
2727/**
2828 * A simple generic function that concatenates two arrays.
2929 *
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/)
3231 * to document generic type parameters, e.g.
3332 *
3433 * ```text
Original file line number Diff line number Diff line change 77 *
88 * ## Symbol References
99 *
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
1312 * details.
1413 *
1514 * ## Code in Doc Comments
You can’t perform that action at this time.
0 commit comments