Home > Computers > Programming > Languages > JavaScript > Tools > Documentation
Tools, frameworks or libraries for generating documentation from or for JavaScript files.
http://jashkenas.github.io/docco/
Documentation generator. Produces an HTML document that displays comments intermingled with code.
http://documentup.com/
Generates documentation sites from markdown files. Hosted, On-Demand API or gh-pages(Github).
https://github.com/jdeal/doctor
Converts JavaScript source to documentation using rules to rely on conventions so that comment tags are not required.
http://usejsdoc.org/
Similar to JavaDoc or PHPDoc. Adds documentation comments directly to source code, to a side of the code itself. Generates a complete HTML documentation website.
https://github.com/lloyd/docstract
Parses documentation out of JavaScript source and outputs JSON.
https://github.com/millermedeiros/mdoc
Documentation generator. Generates by searching all the markdown files.
http://nodeca.github.io/ndoc/
Inline comment parser and JavaScript documentation generator written in Node.js.
https://github.com/senchalabs/jsduck
API documentation generator for Sencha JavaScript framework.
https://github.com/smartcomments/smartcomments
A node.js application to generate comments from JavaScript code.
https://github.com/visionmedia/dox
Gives a JSON representation of code, allowing the use of markdown and JSDoc-style tags.
https://github.com/vladocar/AutoObjectDocumentation
Displays JavaScript Object methods in an elegant way. Theme inspired by backbone.js.
http://yui.github.io/yuidoc/
A Node.js application that generates API documentation from comments in source, using a syntax similar to tools like Javadoc and Doxygen.
Home > Computers > Programming > Languages > JavaScript > Tools > Documentation
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us