mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Generate Teal declarations from luadoc
This commit is contained in:
parent
5f1da29881
commit
e938c04e30
4 changed files with 57 additions and 7 deletions
6
docs/tlconfig.lua
Normal file
6
docs/tlconfig.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
-- used for checking generated declarations
|
||||
return {
|
||||
gen_target = '5.1',
|
||||
gen_compat = 'off',
|
||||
include_dir = { '.', },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue