(lua) Add support for class

This commit is contained in:
Daniel Mathiot
2021-08-25 13:42:03 +02:00
parent 1002ae5948
commit 2449e499c1

View File

@@ -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`|