mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 09:25:29 +00:00
[JSDoc] Add annotations
Bulk-add JSDoc annotations, WTD-1482.
This commit is contained in:
@ -36,6 +36,7 @@ define(
|
||||
/**
|
||||
* The EventListController is responsible for populating
|
||||
* the contents of the event list view.
|
||||
* @memberof platform/features/events
|
||||
* @constructor
|
||||
*/
|
||||
function EventListController($scope, formatter) {
|
||||
@ -131,3 +132,4 @@ define(
|
||||
return EventListController;
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user