Update README.md

This commit is contained in:
Daniel Mathiot
2021-08-23 15:30:12 +02:00
committed by GitHub
parent 6b08b2297c
commit 2ed58bbe50

View File

@@ -84,8 +84,8 @@ There is a list of supported languages and fields, with their annotation style
| Language | Annotation conventions | Supported fields |
|---|---|---|
| lua | Emmylua | `@param`, `@varargs`, `@return` |
| python | Google docstrings | `Args:` |
| lua | Emmylua (`"emmylua"` | `@param`, `@varargs`, `@return` |
| python | Google docstrings (`"google_docstrings"`) | `Args:` |
## Adding Languages