From 8c5fb49c05518f5b2848bde4f6fcea1eee4b99cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bojan=20Devi=C4=87?= Date: Wed, 20 Jul 2016 14:27:36 +0200 Subject: [PATCH] added jsduck documentation generator (#291) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ee6305..5e74a77 100644 --- a/README.md +++ b/README.md @@ -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.