Update README.md

This commit is contained in:
Daniel Mathiot
2021-09-29 15:45:31 +02:00
parent 71ca53bad2
commit 4ba051b7ea

View File

@@ -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 | | |