DEV Community

Discussion on: Let's talk about the state of auto-generated documentation tools for JavaScript

Collapse
 
joelnet profile image
JavaScript Joel

If you do end up rolling your own solution, or if you know of any of these tools that can generate JSON, I would love to help get it integrated into Orchid.

I found this recently, which would be a great help if you do choose to roll your own docs: github.com/eslint/doctrine

doctrine takes a jsdoc block and converts it into an AST.