godot/modules/gdnative
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
..
android Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
arvr Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
doc_classes doc: Use self-closing tags for `return` and `argument` 2021-08-03 10:20:19 +02:00
gdnative Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
icons
include Update GDNative API version for changes from #50659 2021-07-21 10:30:31 -05:00
nativescript Revert "Fix gdnative api generation for methods that return enums" 2021-07-13 17:02:59 +02:00
net Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
pluginscript Check for _language in PluginScript.instance_has 2021-06-01 12:53:31 +02:00
videodecoder Make all file access 64-bit (`uint64_t`) 2021-05-16 17:52:31 +02:00
SCsub
config.py
gdnative.cpp Remove duplicate ERR_PRINTS macro 2021-06-16 11:56:25 +01:00
gdnative.h
gdnative_api.json
gdnative_builders.py
gdnative_library_editor_plugin.cpp Add GDNative Framework loading and export support. 2021-05-24 12:50:18 +03:00
gdnative_library_editor_plugin.h
gdnative_library_singleton_editor.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
gdnative_library_singleton_editor.h
register_types.cpp Remove duplicate ERR_PRINTS macro 2021-06-16 11:56:25 +01:00
register_types.h