@override
TypeDoc parses the @override
tag for compatibility with TSDoc, but does not attach any meaning to it's use.
Example
export class Visibility {
/** @override */
newBehavior(): void;
}
See Also
- The
@sealed
tag - The
@virtual
tag - The
--visibilityFilters
option