mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[JSDoc] Add namespace docs
WTD-1482.
This commit is contained in:
@ -32,6 +32,11 @@ requirejs.config({
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* Implements the framework layer, which handles the loading of bundles
|
||||
* and the wiring-together of the extensions they expose.
|
||||
* @namespace platform/framework
|
||||
*/
|
||||
define(
|
||||
[
|
||||
'require',
|
||||
|
Reference in New Issue
Block a user