Do not include oli.* symbols in the inheritance chain

This commit is contained in:
Andreas Hocevar
2014-05-15 01:52:04 +02:00
parent 81523091f0
commit e050c905e2
+2
View File
@@ -65,12 +65,14 @@ function includeAugments(doclet) {
}
});
}
if (cls.longname.indexOf('oli.') !== 0) {
cls._hideConstructor = true;
delete cls.undocumented;
}
}
}
}
}
var api = [];
var augments = {};