From 34dfe8a80d628739f5c6f27644a94e06efa41b5c Mon Sep 17 00:00:00 2001 From: Mr-Auto <36127424+Mr-Auto@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:04:34 +0200 Subject: [PATCH] . --- docs/generate.py | 2 +- docs/validator.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generate.py b/docs/generate.py index 663f4135b..2f2e8f01a 100644 --- a/docs/generate.py +++ b/docs/generate.py @@ -27,7 +27,7 @@ "unordered_map<": "map<", "game_map<": "map<", "custom_map<": "map<", - #", identity_hasher<>": "", + ", identity_hasher<>": "", "char*": "string", "wstring": "string", "u16string": "string", diff --git a/docs/validator.py b/docs/validator.py index 1764aa2e7..b21aed633 100644 --- a/docs/validator.py +++ b/docs/validator.py @@ -20,7 +20,7 @@ "unordered_map<": "map<", "game_map<": "map<", "custom_map<": "map<", - #", identity_hasher<>": "", + ", identity_hasher<>": "", "const char*": "string", "wstring": "string", "u16string": "string",