added jsduck documentation generator (#291)

This commit is contained in:
Bojan Dević 2016-07-20 14:27:36 +02:00 committed by Huei Tan
parent c61a687343
commit 8c5fb49c05

View File

@ -312,6 +312,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Using JSDoc](http://usejsdoc.org/)
* [Beautiful docs](http://beautifuldocs.com/) is a documentation viewer based on markdown files.
* [documentation.js](http://documentation.js.org) - API documentation generator with support for ES2015+ and flow annotation.
* [jsduck](https://github.com/senchalabs/jsduck) - API documentation generator made for Sencha JavaScript frameworks, but can be used for other frameworks too.