mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
[API] Module-level JSDoc
This commit is contained in:
parent
ff2ec6690a
commit
bcc32c76d0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user