hegemonic / jsdoc-baseline

An experimental, extensible template for JSDoc.
Other
61 stars 32 forks source link

Weird "Global" definitions #176

Closed kpturner closed 7 years ago

kpturner commented 8 years ago

I am documenting node application, and using an example like this:

 var node_cryptojs =  require('node-cryptojs-aes');
 var crypto = require('crypto');
 var CryptoJS = node_cryptojs.CryptoJS;
 var randomstring=require('randomstring');
 var trim=require('trim'); 
 module.exports = { 
 }

the node_cryptojs variable gets labelled as a Global in the docs. Fair enough I guess, but why do none of the other global definitions also appear in the same Global location?

hegemonic commented 7 years ago

I can't reproduce this issue with the current versions of JSDoc and Baseline.