[docgen] Update doc/neogen.txt

skip-checks: true
This commit is contained in:
github-actions
2022-02-08 14:49:32 +00:00
parent c8a5b89eac
commit 40bd50314e

View File

@@ -96,7 +96,7 @@ Neogen provides those defaults, and you can change them to suit your needs
input_after_comment = true, input_after_comment = true,
-- Configuration for default languages -- Configuration for default languages
languages = {} languages = {},
} }
< <
# Notes~ # Notes~
@@ -109,6 +109,7 @@ Neogen provides those defaults, and you can change them to suit your needs
} }
< <
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*neogen.generate()* *neogen.generate()*
`neogen.generate`({opts}) `neogen.generate`({opts})
@@ -128,7 +129,7 @@ Parameters~
`neogen.get_template`({filetype}) `neogen.get_template`({filetype})
Get a template for a particular filetype Get a template for a particular filetype
Parameters~ Parameters~
{filetype} `(string)` {filetype?} `(string)`
Return~ Return~
`(neogen.TemplateConfig|nil)` `(neogen.TemplateConfig|nil)`