From fba930624d8e6f9a83abee4e7d68b511fde77d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20G=C3=BCrcan?= Date: Fri, 5 Aug 2022 10:51:19 +0200 Subject: [PATCH] fix: remove usejsdoc.org (#828) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d51f812..739973f 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [YUIDoc](http://yui.github.io/yuidoc/) is a Node.js application that generates API documentation from comments in source, using a syntax similar to tools like Javadoc and Doxygen. * [coddoc](http://doug-martin.github.io/coddoc/) is a jsdoc parsing library. Coddoc is different in that it is easily extensible by allowing users to add tag and code parsers through the use of coddoc.addTagHandler and coddoc.addCodeHandler. coddoc also parses source code to be used in APIs. * [sphinx](http://www.sphinx-doc.org/) a tool that makes it easy to create intelligent and beautiful documentation -* [Using JSDoc](http://usejsdoc.org/) * [Beautiful docs](https://github.com/beautiful-docs/beautiful-docs) 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.