cibernox / ember-cli-yuidoc

EmberCLI addon for generate documentation from YUIDoc coments
MIT License
55 stars 25 forks source link

Make addon lookup external data same as YUIDoc tool #18

Closed mmelvin0 closed 9 years ago

mmelvin0 commented 9 years ago

YUIDoc tool and the addon will both find "external.data" at the top-level of yuidoc.json, but unfortunately the YUIDoc documentation says it's support to go in "options". The tool will find it here, but this addon won't. This fixes that and makes the lookup order the same.

cibernox commented 9 years ago

I wasn't aware of that. Thanks!