diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-11 17:38:35 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-11 17:38:35 +0100 |
commit | 339a793fa259ced08b651e79fe31e07855034358 (patch) | |
tree | ec4601ae53d04076f81d58a73e8941c27a300007 /doc/tools/make_rst.py | |
parent | dc79e956b628bb71a3ecbfdab6edd19ce6cf918f (diff) | |
parent | 46b0f3e9d6d32ef36662ae749f1cb57f882290da (diff) | |
download | redot-engine-339a793fa259ced08b651e79fe31e07855034358.tar.gz |
Merge pull request #86639 from Mickeon/please-this-took-me-15-minutes-can-we-merge-it-before-2025
Fixing few reports to String's documentation
Diffstat (limited to 'doc/tools/make_rst.py')
-rwxr-xr-x | doc/tools/make_rst.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tools/make_rst.py b/doc/tools/make_rst.py index c3a21f3d7b..df3e928538 100755 --- a/doc/tools/make_rst.py +++ b/doc/tools/make_rst.py @@ -105,6 +105,7 @@ EDITOR_CLASSES: List[str] = [ CLASSES_WITH_CSHARP_DIFFERENCES: List[str] = [ "@GlobalScope", "String", + "StringName", "NodePath", "Signal", "Callable", |