diff --git a/README.md b/README.md index 953095f..5e722e4 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ There is a list of supported languages and fields, with their annotation style | javascript | | | | | [JSDoc](https://jsdoc.app) (`"jsdoc"`) | `@param`, `@returns`, `@class`, `@classdesc` | | typescript | | | -| | [JSDoc](https://jsdoc.app) (`"jsdoc"`) | `@param`, `@returns`, `@class`, `@classdesc` | +| | [JSDoc](https://jsdoc.app) (`"jsdoc"`) | `@param`, `@returns`, `@class`, `@classdesc`, `@type` | | c | | | | | [Doxygen](https://www.doxygen.nl/manual/commands.html) (`"doxygen"`) | `@param`, `@returns` | | go | | |