Add python support
At the moment, only supports params for function definitions. I added more options to configure the default generator (please see the templates field in configuration/python.lua)
This commit is contained in:
@@ -85,6 +85,7 @@ 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:` |
|
||||
|
||||
## Adding Languages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user