From ec2ce497a4c5f3b6de88a79b7a552bed180d3e10 Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Mon, 23 Aug 2021 11:35:33 +0200 Subject: [PATCH] Update Readme --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d3b9176..fdc8f30 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,9 @@ require('neogen').setup { languages = { lua = { template = { - { nil, "- " }, -- First annotation line will be {default_comment}- (in lua ---) - { "parameters", "- @param %s any" }, -- If matching parameters, will ouput --- @param {param} any - { "vararg", "- @vararg any" }, - { "return_statement", "- @return any" } - } + annotation_convention = "emmylua" -- for a full list of annotation_conventions, see supported-languages below + } } - } } } ```