Update README.md

This commit is contained in:
danymat
2022-01-12 12:35:07 +01:00
parent 0c2587868f
commit d0c7212a78

View File

@@ -213,7 +213,7 @@ There is a list of supported languages and fields, with their annotation style
| csharp | | | `func`, `file`, `class`|
| | [Xmldoc](https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/xmldoc/) (`"xmldoc"`) | `<summary>`, `<param>`,`<returns>`|
| | [Doxygen](https://www.doxygen.nl/manual/commands.html) (`"doxygen"`) | `@param`, `@return`, `@brief`|
| php | | | `func`, `type` |
| php | | | `func`, `type`, `class` |
| | [Php-doc](https://docs.phpdoc.org/3.0/guide/references/phpdoc/index.html) (`"phpdoc"`) | `@var`, `@param`, `@return` |
## Adding Languages