# Documentation Generators `documentationjs` is a documentation generator for API documentation. It uses a code scanner and supports structured documentation, so it follows in the tradition of tools like JavaDoc, Natural Docs, and JSDoc. There are other camps of documentation generation, like literate documentation, which is less structured and more focused on understanding internal code structure. ## Full-Fledged JSDoc * https://github.com/yui/yuidoc * https://github.com/senchalabs/jsduck * https://github.com/esdoc/esdoc ## Literate Style * http://nevir.github.io/groc/ (unmaintained) * http://jashkenas.github.io/docco/ ## Standalone JSDoc Parsers * https://github.com/75lb/jsdoc-parse ## JSDoc to Markdown * https://github.com/75lb/dmd * https://github.com/jdalton/docdown * https://github.com/tmcw/doxme * https://github.com/assemble/verb * https://github.com/videojs/doc-generator * https://github.com/daliwali/docchi * https://github.com/aef-/hambruger * https://github.com/llafuente/docr # JSDoc Parse APIs * https://github.com/wkeese/js-doc-parse * https://github.com/Constellation/doctrine ## React * https://github.com/reactjs/react-docgen