1
0
Fork 0
godot/modules/gdscript
Yuri Sizov 0934545d23 Validate code tags in documentation for potential params
Adds a check to make_rst to look for matches
between the text inside of the [code][/code] tag
and known param identifiers.
Fixes most of what was revealed.

(cherry picked from commit 391eccca76)
2023-06-16 14:44:52 +02:00
..
doc_classes Validate code tags in documentation for potential params 2023-06-16 14:44:52 +02:00
editor Make GDScript number highlighting stricter 2023-03-27 16:58:50 +02:00
icons
language_server LSP: don't send empty completion command 2023-05-12 12:31:21 +02:00
tests GDScript: Don't fail when freed object is return 2023-04-27 08:49:29 +02:00
SCsub
config.py
gdscript.cpp
gdscript.h
gdscript_analyzer.cpp [4.0] GDScript: Treat `BitField<Enum>` as `int` (not `Enum`) 2023-05-28 18:15:51 +03:00
gdscript_analyzer.h
gdscript_byte_codegen.cpp
gdscript_byte_codegen.h
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp
gdscript_compiler.h
gdscript_disassembler.cpp GDScript: Fix wrong increment for disassembly of lambda 2023-04-27 08:49:29 +02:00
gdscript_editor.cpp Fix multi-line string highlighting with single quotes. 2023-04-26 14:14:05 +02:00
gdscript_function.cpp
gdscript_function.h
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp
gdscript_parser.h
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp Fix for mixed tabs and spaces in gdscript 2023-04-26 14:29:27 +02:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp GDScript: Don't fail when freed object is return 2023-04-27 08:49:29 +02:00
gdscript_warning.cpp
gdscript_warning.h
register_types.cpp
register_types.h