From d0f2198f3d3c7345ea008a5ff5db204a91444e0e Mon Sep 17 00:00:00 2001 From: Wuglyak Bolgoink Date: Fri, 16 Mar 2018 19:27:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62a9878..cd773eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #TSDoc# -A [JSDoc3](http://usejsdoc.org/) base themed generator generator for use with Typescript Projects, uses a highly modified version [Docstrap](https://github.com/terryweiss/docstrap/) JsDoc3 Template. +A [JSDoc3](http://usejsdoc.org/) base themed generator for use with Typescript Projects, uses a highly modified version [Docstrap](https://github.com/terryweiss/docstrap/) JsDoc3 Template. Actually it only supports parsing of plain comments, also it needs some added "manual" anotation. You can see an output [Example](http://xperiments.github.io/TSDoc/docs/index.html).