File tree 1 file changed +3
-0
lines changed
websites/tsdoc.org/docs/pages/tags 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ This modifier has similar semantics to the `override` keyword in C# or Java. For
15
15
explicitly indicates that this definition is overriding (i.e. redefining) the definition inherited from the
16
16
base class. The base class definition would normally be marked as ` virtual ` .
17
17
18
+ TypeScript's [ override keyword] ( https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-3.html#override-and-the---noimplicitoverride-flag )
19
+ should be preferred over the ` @override ` tag, unless documentation is being generated from declaration files.
20
+
18
21
A documentation tool may enforce that the ` @virtual ` , ` @override ` , and/or ` @sealed ` modifiers are consistently
19
22
applied, but this is not required by the TSDoc standard.
20
23
You can’t perform that action at this time.
0 commit comments