From e932ba918b56723436b77aa3efb844a11b2851ab Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 22 Aug 2024 08:41:06 +0000 Subject: [PATCH] [docgen] Update doc/neogen.txt skip-checks: true --- doc/neogen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/neogen.txt b/doc/neogen.txt index 51a3e6d..654f613 100644 --- a/doc/neogen.txt +++ b/doc/neogen.txt @@ -148,7 +148,7 @@ For example, if you are inside a function, and called `generate({ type = "func" Neogen will go until the start of the function and start annotating for you. Parameters ~ -{opts} `(table)` Optional configs to change default behaviour of generation. +{opts} `(optional)` `(table)` Optional configs to change default behaviour of generation. - {opts.type} `(string, default: "any")` Which type we are trying to use for generating annotations. Currently supported: `any`, `func`, `class`, `type`, `file` - {opts.annotation_convention} `(table)` convention to use for generating annotations.