godot/modules/gdscript
Rémi Verschelde f5836b40d4
doc: Use self-closing tags for `return` and `argument`
For the time being we don't support writing a description for those, preferring
having all details in the method's description.

Using self-closing tags saves half the lines, and prevents contributors from
thinking that they should write the argument or return documentation there.

(cherry picked from commit 7adf4cc9b5)
2021-08-03 10:20:19 +02:00
..
doc_classes doc: Use self-closing tags for `return` and `argument` 2021-08-03 10:20:19 +02:00
editor
icons
language_server Fix LSP SymbolKind reporting wrong types 2021-07-24 16:25:47 -04:00
SCsub
config.py
gdscript.cpp Fix slow load/save of scenes with many instances of the same script 2021-06-17 12:47:54 +02:00
gdscript.h Fix slow load/save of scenes with many instances of the same script 2021-06-17 12:47:54 +02:00
gdscript_compiler.cpp
gdscript_compiler.h
gdscript_editor.cpp
gdscript_function.cpp
gdscript_function.h
gdscript_functions.cpp Remove duplicate WARN_PRINTS macro 2021-06-18 12:57:59 +01:00
gdscript_functions.h
gdscript_parser.cpp
gdscript_parser.h
gdscript_tokenizer.cpp
gdscript_tokenizer.h
register_types.cpp
register_types.h