Skip to content

Commit

Permalink
one last comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed Jul 7, 2024
1 parent 8318422 commit ad24b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parse_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def run_parse():
var[1] = var[1][:-1]

var_name = var[0]
cpp = replace_fun(var[1])
cpp = replace_fun(var[1]) # should probably be done later, so the regex doesn't have to relay on some of the changes, also generate_emmylua.py uses some unique formats replacements

if var[1].startswith("sol::property"):
param_match = re.match(
Expand Down

0 comments on commit ad24b1f

Please sign in to comment.