From 2449e499c1b20572021cb206f3bcd5de3509d785 Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Wed, 25 Aug 2021 13:42:03 +0200 Subject: [PATCH] (lua) Add support for class --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`|