Generate Teal declarations from luadoc

This commit is contained in:
uramer 2023-01-26 23:31:27 +01:00
parent 5f1da29881
commit e938c04e30
4 changed files with 57 additions and 7 deletions

6
docs/tlconfig.lua Normal file
View file

@ -0,0 +1,6 @@
-- used for checking generated declarations
return {
gen_target = '5.1',
gen_compat = 'off',
include_dir = { '.', },
}