Update README.md

This commit is contained in:
Daniel Mathiot
2021-09-12 19:49:28 +02:00
committed by GitHub
parent ba98b965e6
commit 780584acd9

View File

@@ -161,7 +161,8 @@ There is a list of supported languages and fields, with their annotation style
| Language | Annotation conventions | Supported fields |
|---|---|---|
| lua | | |
| | [Emmylua](https://emmylua.github.io/), [Ldoc](https://stevedonovan.github.io/ldoc/manual/doc.md.html) (`"emmylua"`, `"ldoc"`) | `@param`, `@varargs`, `@return`, `@class`, `@type` |
| | [Emmylua](https://emmylua.github.io/) (`"emmylua"`) | `@param`, `@varargs`, `@return`, `@class`, `@type` |
| | [Ldoc](https://stevedonovan.github.io/ldoc/manual/doc.md.html) (`"ldoc"`) | `@param`, `@varargs`, `@return`, `@class`, `@type` |
| python | | |
| | [Google docstrings](https://google.github.io/styleguide/pyguide.html) (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` |
| | [Numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html) (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`|