godot/modules/webxr
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
native Fixes #48178: WebXR broken when built with Emscripten 2.0.13 or later 2021-04-29 12:30:36 +02:00
config.py Add support for WebXR 2021-01-04 17:01:42 -06:00
godot_webxr.h Support mono devices in WebXR 2021-01-25 08:36:29 -06:00
register_types.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
register_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub Add support for WebXR 2021-01-04 17:01:42 -06:00
webxr_interface.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
webxr_interface.h Change ARVRPositionalTracker to a reference and better expose it to GDNative 2021-03-29 23:01:04 +11:00
webxr_interface_js.cpp Change ARVRPositionalTracker to a reference and better expose it to GDNative 2021-03-29 23:01:04 +11:00
webxr_interface_js.h Change ARVRPositionalTracker to a reference and better expose it to GDNative 2021-03-29 23:01:04 +11:00