diff options
| author | Rémi Verschelde | 2017-11-16 18:38:18 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-16 18:54:56 +0100 |
| commit | 4cfc29611e21811065d024a6de1685418e60111e (patch) | |
| tree | 3d2b10ebd4d18b88709a49391cf6265185149d56 /modules/gdscript/config.py | |
| parent | 2070b80fc05d581fc8f44ba231fc728136877828 (diff) | |
| download | godot-4cfc29611e21811065d024a6de1685418e60111e.tar.gz godot-4cfc29611e21811065d024a6de1685418e60111e.tar.zst godot-4cfc29611e21811065d024a6de1685418e60111e.zip | |
Diffstat (limited to 'modules/gdscript/config.py')
| -rw-r--r-- | modules/gdscript/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdscript/config.py b/modules/gdscript/config.py index 6e8994d64..6496b59d7 100644 --- a/modules/gdscript/config.py +++ b/modules/gdscript/config.py @@ -6,9 +6,9 @@ def configure(env): def get_doc_classes(): return [ - "GDFunctionState", - "GDNativeClass", "GDScript", + "GDScriptFunctionState", + "GDScriptNativeClass", ] def get_doc_path(): |
