diff --git a/README.md b/README.md index d6665df..44c65d0 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ There is a list of supported languages and fields, with their annotation style | Language | Annotation conventions | Supported fields | |---|---|---| | lua | | | -| | Emmylua (`"emmylua"`) | `@param`, `@varargs`, `@return` | +| | Emmylua (`"emmylua"`) | `@param`, `@varargs`, `@return`, `@class` | | python | | | | | Google docstrings (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` | | | Numpydoc (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`|