mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Remove members of anonymous functions from the output.
This commit is contained in:
parent
ed40b7bb27
commit
e12a335a84
@ -108,6 +108,7 @@
|
|||||||
|
|
||||||
data.remove({undocumented: true});
|
data.remove({undocumented: true});
|
||||||
data.remove({ignore: true});
|
data.remove({ignore: true});
|
||||||
|
data.remove({memberof: '<anonymous>'});
|
||||||
|
|
||||||
var packageInfo = (find({kind: 'package'}) || []) [0];
|
var packageInfo = (find({kind: 'package'}) || []) [0];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user