From e8a0b25761aa8b14865e21cb4e94b985fb98c491 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 1f06063..4ef7e59 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,4 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [docgenerator](https://github.com/Ralt/docgenerator/blob/master/README.md) - Organize your documentation in Markdown files. (contributed by [Florian Margaine](http://margaine.com)) * [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. +* [codo](https://github.com/coffeedoc/codo) - CoffeeScript API documentation generator, similar to YARD.