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:
Daniel Mathiot
2021-08-23 12:53:27 +02:00
parent df48fe0a38
commit 40616b25d7
4 changed files with 70 additions and 3 deletions

View File

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