-
Notifications
You must be signed in to change notification settings - Fork 482
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
How should --polyglot mode control file extensions? #702
Comments
Thanks for the report. I'll be looking into this on Tuesday - most likely will have a response by then. |
Sorry for the delay, here's the deal:
I'm not 100% confident about this design, but unfortunately none of the options are all that great: We could:
|
Combination of From my point of view there are two problems:
|
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.
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.
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.
After upgrade from
4.0.0-beta.17
to4.0.0-beta.18
documentation for C++ nodejs addon is not generated anymore. For generating I use the following command:where
src
is a directory with C++ code, e.g.The text was updated successfully, but these errors were encountered: