From 59761424ba97c632120bf82eae17e7853d2866aa Mon Sep 17 00:00:00 2001 From: Bert Vanhooff Date: Wed, 29 Jan 2014 14:50:30 +0100 Subject: [PATCH 1/2] Added MireDot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 637158c..9476426 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,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. +* [MireDot] - REST API documentation generator for Java. Plugs into your build process and generates a searchable html page. (contributed by [bertvh](https://github.com/bertvh)) From 6c266bcb72fb566945c8f72bc73d6fe16f87b712 Mon Sep 17 00:00:00 2001 From: Bert Vanhooff Date: Wed, 29 Jan 2014 19:49:59 +0100 Subject: [PATCH 2/2] Adds the link to miredot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9476426..0540fe9 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,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. -* [MireDot] - REST API documentation generator for Java. Plugs into your build process and generates a searchable html page. (contributed by [bertvh](https://github.com/bertvh)) +* [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))