mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 17:08:57 +00:00
[API] Rename module to openmct
This commit is contained in:
@ -5,7 +5,7 @@ module.exports = {
|
||||
var memberof = doclet.memberof || "";
|
||||
var longname = doclet.longname || "";
|
||||
|
||||
if (longname !== 'mct' && memberof.indexOf('mct') !== 0) {
|
||||
if (longname !== 'module:openmct' && memberof.indexOf('module:openmct') !== 0) {
|
||||
e.preventDefault = true;
|
||||
e.stopPropagation = true;
|
||||
doclet.ignore = true;
|
||||
|
Reference in New Issue
Block a user