Skip to content

Commit

Permalink
docs(animations): migrate deprecated @whatItDoes tag (angular#23210)
Browse files Browse the repository at this point in the history
This was not being picked up by the doc-gen as it does not appear to be
part of the public API.

PR Close angular#23210
  • Loading branch information
petebacondarwin authored and IgorMinar committed Apr 11, 2018
1 parent 4b96a58 commit 0cb4f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/animations/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0cb4f12

Please sign in to comment.