Update jsdoc comment for classes

This commit is contained in:
kozbial
2021-08-05 15:51:32 -07:00
committed by Monica Kozbial
parent 5acdd5e4bc
commit 2f71d18e8a
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
*/
/**
* @fileoverview Classes for all types of block events.
* @fileoverview Class for a block change event.
* @author fenichel@google.com (Rachel Fenichel)
*/
'use strict';

View File

@@ -5,7 +5,7 @@
*/
/**
* @fileoverview Classes for all types of block events.
* @fileoverview Class for a block creation event.
* @author fenichel@google.com (Rachel Fenichel)
*/
'use strict';

View File

@@ -5,7 +5,7 @@
*/
/**
* @fileoverview Classes for all types of block events.
* @fileoverview Class for a block delete event.
* @author fenichel@google.com (Rachel Fenichel)
*/
'use strict';

View File

@@ -5,7 +5,7 @@
*/
/**
* @fileoverview Classes for a block move event.
* @fileoverview Class for a block move event.
* @author fenichel@google.com (Rachel Fenichel)
*/
'use strict';