From 780584acd9000d12b6c5f93221a2dbae6b92297a Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Sun, 12 Sep 2021 19:49:28 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c39e50e..1c6f8d7 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,8 @@ There is a list of supported languages and fields, with their annotation style | Language | Annotation conventions | Supported fields | |---|---|---| | lua | | | -| | [Emmylua](https://emmylua.github.io/), [Ldoc](https://stevedonovan.github.io/ldoc/manual/doc.md.html) (`"emmylua"`, `"ldoc"`) | `@param`, `@varargs`, `@return`, `@class`, `@type` | +| | [Emmylua](https://emmylua.github.io/) (`"emmylua"`) | `@param`, `@varargs`, `@return`, `@class`, `@type` | +| | [Ldoc](https://stevedonovan.github.io/ldoc/manual/doc.md.html) (`"ldoc"`) | `@param`, `@varargs`, `@return`, `@class`, `@type` | | python | | | | | [Google docstrings](https://google.github.io/styleguide/pyguide.html) (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` | | | [Numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html) (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`|