From ad24b1fd54a51e22defa6854ba29edbf0b669c6b Mon Sep 17 00:00:00 2001 From: Mr-Auto <36127424+Mr-Auto@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:26:32 +0200 Subject: [PATCH] one last comment --- docs/parse_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/parse_source.py b/docs/parse_source.py index b6b4b8638..efd109f07 100644 --- a/docs/parse_source.py +++ b/docs/parse_source.py @@ -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(