Update README.md

This commit is contained in:
Daniel Mathiot
2021-08-23 19:23:25 +02:00
committed by GitHub
parent 9ac072c50b
commit db3a136f7f

View File

@@ -86,9 +86,11 @@ There is a list of supported languages and fields, with their annotation style
| Language | Annotation conventions | Supported fields | | Language | Annotation conventions | Supported fields |
|---|---|---| |---|---|---|
| lua | Emmylua (`"emmylua"`) | `@param`, `@varargs`, `@return` | | lua | | |
| python | Google docstrings (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` | | | Emmylua (`"emmylua"`) | `@param`, `@varargs`, `@return` |
| python | Numpydoc (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`| | python | | |
| | Google docstrings (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` |
| | Numpydoc (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`|
## Adding Languages ## Adding Languages