From cee299a38043dfca045c2e2845d9826e7d27273c Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Wed, 29 Sep 2021 15:08:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aced6ac..953095f 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,8 @@ There is a list of supported languages and fields, with their annotation style | | [Numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html) (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`| | javascript | | | | | [JSDoc](https://jsdoc.app) (`"jsdoc"`) | `@param`, `@returns`, `@class`, `@classdesc` | +| typescript | | | +| | [JSDoc](https://jsdoc.app) (`"jsdoc"`) | `@param`, `@returns`, `@class`, `@classdesc` | | c | | | | | [Doxygen](https://www.doxygen.nl/manual/commands.html) (`"doxygen"`) | `@param`, `@returns` | | go | | |