mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 05:08:15 +00:00
[JSDoc] Add namespace docs
WTD-1482.
This commit is contained in:
@ -21,6 +21,12 @@
|
||||
*****************************************************************************/
|
||||
/*global define*/
|
||||
|
||||
|
||||
/**
|
||||
* This bundle contains services for managing the flow of execution,
|
||||
* such as support for running web workers on background threads.
|
||||
* @namespace platform/execution
|
||||
*/
|
||||
define(
|
||||
[],
|
||||
function () {
|
||||
|
Reference in New Issue
Block a user