Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsdoc.js contains json, not javascript #1729

Closed
jimthedev opened this issue Feb 4, 2015 · 0 comments · Fixed by #1730
Closed

jsdoc.js contains json, not javascript #1729

jimthedev opened this issue Feb 4, 2015 · 0 comments · Fixed by #1730

Comments

@jimthedev
Copy link
Contributor

config/jsdoc.js should be a .json file. It does not contain javascript, but json. This breaks javascript parsers like acorn who expect .js files to actually contain javascript.

Additionally, it seems like jsdoc is no longer used for the docs. It should probably be removed.

jimthedev added a commit to jimthedev/ui-router that referenced this issue Feb 4, 2015
Remove the jsdoc dependency since ng-doc is now being used

closes angular-ui#1729
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant