From 294ed7c1faa3c46db3b663b1c6970601377b2d5a Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Sun, 29 Aug 2021 20:00:20 +0200 Subject: [PATCH] Add ldoc in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf94405..04cdfac 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ There is a list of supported languages and fields, with their annotation style | Language | Annotation conventions | Supported fields | |---|---|---| | lua | | | -| | [Emmylua](https://emmylua.github.io/) (`"emmylua"`) | `@param`, `@varargs`, `@return`, `@class`, `@type` | +| | [Emmylua](https://emmylua.github.io/), [Ldoc](https://stevedonovan.github.io/ldoc/manual/doc.md.html) (`"emmylua"`, `"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`|