csnover / js-doc-parse

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

properties added from one module to another sometimes don't show up #69

Open wkeese opened 11 years ago

wkeese commented 11 years ago

When moduleX adds properties to moduleY's return value, they show up / don't show up in moduleX's documentation based on which module gets parsed first. Which is alphabetical. See #52 for more info.

(I split this this from #52 to avoid confusion)

neonstalwart commented 11 years ago

i think e8d05e3 from #80 may resolve this but i'm not sure. it would be worth verifying.