Do not include oli.* symbols in the inheritance chain
This commit is contained in:
@@ -65,8 +65,10 @@ function includeAugments(doclet) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
cls._hideConstructor = true;
|
if (cls.longname.indexOf('oli.') !== 0) {
|
||||||
delete cls.undocumented;
|
cls._hideConstructor = true;
|
||||||
|
delete cls.undocumented;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user