csnover / js-doc-parse

An experimental library for parsing JavaScript files and extracting inline documentation.
31 stars 7 forks source link

Property summary substitution issue #51

Open dmandrioli opened 12 years ago

dmandrioli commented 12 years ago

When running the parser on dojox/dgauges, the summary of the property dojox/dgauges/LinearScaler.minorTickInterval is correct.

But when running the parser on dojox, the summary of this property is replaced by the summary of dojox/Treemap.labelThreshold...

csnover commented 12 years ago

NaN is being treated as a global object reference instead of a value so comments are being incorrectly over-associated with it.