This commit is contained in:
Daniel Mathiot
2021-08-23 16:02:13 +02:00

View File

@@ -84,8 +84,8 @@ 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 | `@param`, `@varargs`, `@return` | | lua | Emmylua (`"emmylua"` | `@param`, `@varargs`, `@return` |
| python | Google docstrings | `Args:` | | python | Google docstrings (`"google_docstrings"`) | `Args:` |
## Adding Languages ## Adding Languages