Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed Oct 1, 2023
1 parent 3ece9b1 commit 34dfe8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"unordered_map<": "map<",
"game_map<": "map<",
"custom_map<": "map<",
#", identity_hasher<>": "",
", identity_hasher<>": "",
"char*": "string",
"wstring": "string",
"u16string": "string",
Expand Down
2 changes: 1 addition & 1 deletion docs/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"unordered_map<": "map<",
"game_map<": "map<",
"custom_map<": "map<",
#", identity_hasher<>": "",
", identity_hasher<>": "",
"const char*": "string",
"wstring": "string",
"u16string": "string",
Expand Down

0 comments on commit 34dfe8a

Please sign in to comment.