(lua) Add support for class
This commit is contained in:
@@ -107,7 +107,7 @@ There is a list of supported languages and fields, with their annotation style
|
|||||||
| Language | Annotation conventions | Supported fields |
|
| Language | Annotation conventions | Supported fields |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| lua | | |
|
| lua | | |
|
||||||
| | Emmylua (`"emmylua"`) | `@param`, `@varargs`, `@return` |
|
| | Emmylua (`"emmylua"`) | `@param`, `@varargs`, `@return`, `@class` |
|
||||||
| python | | |
|
| python | | |
|
||||||
| | Google docstrings (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` |
|
| | Google docstrings (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` |
|
||||||
| | Numpydoc (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`|
|
| | Numpydoc (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`|
|
||||||
|
|||||||
Reference in New Issue
Block a user