Skip to content

Commit

Permalink
Merge pull request #344 from estebanfer/fix-function-overloads
Browse files Browse the repository at this point in the history
fix spel2.lua function overloads
  • Loading branch information
Dregu authored Oct 11, 2023
2 parents df60c99 + 4e29b35 commit cc67152
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/game_data/spel2.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion docs/generate_emmylua.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ def main():
gu.setup_stdout("game_data/spel2.lua")

print(
"""---@diagnostic disable: unused-function,lowercase-global,missing-return,duplicate-doc-alias,duplicate-set-field
"""---@meta
---@diagnostic disable: duplicate-doc-alias
---@class Meta
---@field name string
---@field version string
Expand Down

0 comments on commit cc67152

Please sign in to comment.