Remove members of anonymous functions from the output.

This commit is contained in:
Michael Mathews 2011-09-02 21:24:36 +01:00
parent ed40b7bb27
commit e12a335a84

View File

@ -108,6 +108,7 @@
data.remove({undocumented: true});
data.remove({ignore: true});
data.remove({memberof: '<anonymous>'});
var packageInfo = (find({kind: 'package'}) || []) [0];