docs(animations): migrate deprecated `@whatItDoes` tag (#23210)

This was not being picked up by the doc-gen as it does not appear to be
part of the public API.

PR Close #23210
This commit is contained in:
Pete Bacon Darwin 2018-04-05 22:34:11 +01:00 committed by Igor Minar
parent 4b96a58c5a
commit 0cb4f12a7a
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@
*/
/**
* @whatItDoes Represents the version of angular/animations
*
* @description
*
* Represents the version of angular/animations
*/
export class Version {
public readonly major: string;