mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix(jsdoc-doclet): improve visibility check for packages
This commit is contained in:
parent
bb70100915
commit
31cd03d379
@ -261,6 +261,6 @@ export class Package {
|
||||
}
|
||||
|
||||
isVisible() {
|
||||
return true;
|
||||
return this.kind === 'package' && this.longname && this.longname !== 'package:undefined';
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user