[API] Module-level JSDoc

This commit is contained in:
Victor Woeltjen 2016-09-01 14:42:55 -07:00
parent ff2ec6690a
commit bcc32c76d0

View File

@ -1,5 +1,10 @@
define(['./MCT'], function (MCT) {
/**
* Open MCT is an extensible web application for building mission
* control user interfaces. This module is itself an instance of
* [MCT]{@link module:openmct.MCT}, which provides an interface for
* configuring and executing the application.
*
* @exports openmct
*/
var openmct = new MCT();