List classes without API constructor

TODO: No import should be listed for these.
This commit is contained in:
ahocevar
2018-05-19 11:16:03 +02:00
committed by Tim Schaub
parent ff729d1357
commit 0482b7ced4
2 changed files with 26 additions and 14 deletions

View File

@@ -79,6 +79,9 @@ exports.publish = function(data, opts) {
if (doc.augments) {
symbol.extends = doc.augments[0];
}
if (doc.memberof) {
symbol.memberof = doc.memberof;
}
if (doc.virtual) {
symbol.virtual = true;
}