From e8a0b25761aa8b14865e21cb4e94b985fb98c491 Mon Sep 17 00:00:00 2001 From: Logan Koester Date: Thu, 30 Jan 2014 19:10:36 -0500 Subject: [PATCH 1/2] 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. From 378d527e64b7d601a24de1332ccaa6d8e9309d03 Mon Sep 17 00:00:00 2001 From: Logan Koester Date: Tue, 4 Mar 2014 01:44:36 -0500 Subject: [PATCH 2/2] Adds attribution as requested by @PharkMillups --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef7e59..4d6faa6 100644 --- a/README.md +++ b/README.md @@ -94,4 +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. +* [codo](https://github.com/coffeedoc/codo) - CoffeeScript API documentation generator, similar to YARD. (contributed by [Logan Koester](http://github.com/logankoester))