jsdoc2md / jsdoc-parse

parses jsdoc documentation from javascript or html files, outputs JSON
MIT License
99 stars 19 forks source link

Doesn't seem to be passing config file #20

Closed nathanmarks closed 8 years ago

nathanmarks commented 8 years ago

Doesn't seem to be passing the user config file.

I added this to line 48 of jsdoc-parse.js on my fork as a temp fix:

  else if (options.conf) jsdocOptions.configure = options.conf

I'd do a PR but I'm not sure how you want to handle priority/merging of configs in the case that someone passes their own config and the html option.

75lb commented 8 years ago

fixed and released in jsdoc-parse v1.2.7, thanks for letting me know!