From 0cb4f12a7a57087ec4e8329a04d5dfc430764b45 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 5 Apr 2018 22:34:11 +0100 Subject: [PATCH] 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 --- packages/animations/src/version.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/animations/src/version.ts b/packages/animations/src/version.ts index 7b731c095652a..637cfc2c2382d 100644 --- a/packages/animations/src/version.ts +++ b/packages/animations/src/version.ts @@ -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;