mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
[JSDoc] Add namespace docs
WTD-1482.
This commit is contained in:
@ -20,6 +20,13 @@
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define*/
|
||||
|
||||
/**
|
||||
* This bundle provides support for object inspection (specifically, metadata
|
||||
* show in bubbles on hover.)
|
||||
* @namespace platform/commonUI/inspect
|
||||
*/
|
||||
|
||||
define({
|
||||
BUBBLE_TEMPLATE: "<mct-container key=\"bubble\" " +
|
||||
"bubble-title=\"{{bubbleTitle}}\" " +
|
||||
|
Reference in New Issue
Block a user