Closed quantizor closed 8 years ago
I got the same problem as you ...
Anyone have an answer how to generate documentation for js files that are using react.js? I thought I would use jsdoc-jsx, but as the previous posts explain, it doesn't work. any other ideas? Thanks
This works fine for me with jsdoc@3.4.0
. I have a feeling it was a problem with jsdoc
itself while it was in dev
.
So I set up my config file as you suggested:
My directory structure looks like this:
Invocation looks like:
When I run jsdoc, the parsing completes as normal (no errors), but the JSX-based files aren't part of the generated bundle.
This is with jsdoc v3.4.0-dev - when you get a chance, could you let me know if I did something wrong?