From 6065c310e1c545ebd76e387c4b983076bb6ff93c Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Mon, 10 Jan 2022 16:20:05 +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 d042b01..fd76725 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ 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 | | | `func`, `class`, `file`| | | [JSDoc](https://jsdoc.app) (`"jsdoc"`) | `@param`, `@returns`, `@class`, `@classdesc`, `@module`| -| typescript | | | `func`, `class`, `file`| +| typescript | | | `func`, `class`, `file`, `type` | | | [JSDoc](https://jsdoc.app) (`"jsdoc"`) | `@param`, `@returns`, `@class`, `@classdesc`, `@type`, `@module`| | c | | | `func`, `file`| | | [Doxygen](https://www.doxygen.nl/manual/commands.html) (`"doxygen"`) | `@param`, `@return`, `@brief`, `@file`|