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

Remove polyglot mode #850

Closed
tmcw opened this issue Jul 27, 2017 · 0 comments
Closed

Remove polyglot mode #850

tmcw opened this issue Jul 27, 2017 · 0 comments
Milestone

Comments

@tmcw
Copy link
Member

tmcw commented Jul 27, 2017

This will invalidate #731 #702 and #132 and address part of #800

The gist of the plan is

  • polyglot mode is cool! but it's not the main usecase of documentation and has some real drawbacks
    • the code it uses to parse comments, get-comments, is unmaintained and has a critical bug
    • it interferes with the logic of our file extension getting and makes that process confusing

I'd like to still support C++ and other languages in the future! But I'm much happier doing so by separating the extraction & input phases to the degree that documentation.js can read the output of another module that extracts JSDoc comments from C++ code, rather than having CPP support in it.

@tmcw tmcw added this to the 5.0.0 milestone Jul 27, 2017
tmcw added a commit that referenced this issue Jul 27, 2017
BREAKING CHANGE: I'd like to still support C++ and other languages in the future! But I'm much
happier doing so by separating the extraction & input phases to the degree that documentation.js can
read the output of another module that extracts JSDoc comments from C++ code, rather than having CPP
support in it.

Fixes #850. Fixes #731. Fixes #702. Fixes #132.
tmcw added a commit that referenced this issue Jul 27, 2017
BREAKING CHANGE: I'd like to still support C++ and other languages in the future! But I'm much
happier doing so by separating the extraction & input phases to the degree that documentation.js can
read the output of another module that extracts JSDoc comments from C++ code, rather than having CPP
support in it.

Fixes #850. Fixes #731. Fixes #702. Fixes #132.
@tmcw tmcw closed this as completed in #851 Jul 27, 2017
tmcw added a commit that referenced this issue Jul 27, 2017
BREAKING CHANGE: I'd like to still support C++ and other languages in the future! But I'm much
happier doing so by separating the extraction & input phases to the degree that documentation.js can
read the output of another module that extracts JSDoc comments from C++ code, rather than having CPP
support in it.

Fixes #850. Fixes #731. Fixes #702. Fixes #132.
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

No branches or pull requests

1 participant