From 534b4471dabce3858207d1ae8836d1d66f4c932a Mon Sep 17 00:00:00 2001 From: Logan Koester Date: Thu, 30 Jan 2014 19:10:36 -0500 Subject: [PATCH] Adds codo documentation generator (CoffeeScript) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d99d352..cb74dce 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,5 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [dexy](http://www.dexy.it/) - Extensible documentation/report generator supporting multiple programming languages and serveral input and output formats. (contributed by [troytop](http://github.com/troytop)) * [Slate](https://github.com/tripit/slate) - Static API documentation creation tool from the team at Tripit. * [MireDot](http://www.miredot.com) - REST API documentation generator for Java. Plugs into your build process and generates a searchable html page. (contributed by [bertvh](https://github.com/bertvh)) +* [codo](https://github.com/coffeedoc/codo) - CoffeeScript API documentation generator, similar to YARD. (contributed by [Logan Koester](http://github.com/logankoester)) * [Flatdoc](http://ricostacruz.com/flatdoc/) - Create well designed open source documentation from Github repository README files or simple Markdown files. (contributed by [@moore](http://twitter.com/moore))